add mempool namespace in configure help

SVN revision: 45582
This commit is contained in:
Vincent Torri 2010-01-26 11:22:48 +00:00
parent 73ec0b2b11
commit 987757058f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ m4_pushdef([DOWN], m4_translit([$1], [-A-Z], [_a-z]))dnl
want_module="$2"
AC_ARG_ENABLE([$1],
[AC_HELP_STRING([--enable-$1], [enable build of $3 @<:@default=yes@:>@])],
AC_ARG_ENABLE([mempool-$1],
[AC_HELP_STRING([--enable-mempool-$1], [enable build of $3 @<:@default=yes@:>@])],
[
if test "x${enableval}" = "xyes" ; then
enable_module="yes"