remove documentation on how to build eina with static mempools

SVN revision: 41161
This commit is contained in:
Vincent Torri 2009-06-22 17:38:56 +00:00
parent ddc06185d2
commit 3ecc808ae2
1 changed files with 1 additions and 1 deletions

View File

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