Commit 1b16b697 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

One more #ifdef to take umem out of its temporary missery

parent 75615a65
......@@ -125,7 +125,7 @@ static const struct choice STV_choice[] = {
{ "malloc", &sma_stevedore },
{ "deprecated_persistent", &smp_stevedore },
{ "persistent", &smp_fake_stevedore },
#ifdef HAVE_LIBUMEM
#if defined(HAVE_LIBUMEM) && 0
{ "umem", &smu_stevedore },
#endif
{ NULL, NULL }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment