Drop unused AC_SUBST

DISABLE_MEM_POOLS is only used as define.
This commit is contained in:
Matthias Clasen 2011-12-27 17:20:36 -05:00
parent bc85e6ed51
commit 7cc9e10cce

View File

@ -243,7 +243,6 @@ if test "x$disable_mem_pools" = "xno"; then
AC_MSG_RESULT([no])
else
AC_DEFINE(DISABLE_MEM_POOLS, [1], [Whether to disable memory pools])
AC_SUBST(DISABLE_MEM_POOLS)
AC_MSG_RESULT([yes])
fi