Remove --with-efence (Users should use LIBS=-lefence instead.

This commit is contained in:
Ralf Corsépius 2007-08-13 17:56:48 +02:00
parent cb818ada20
commit 81b3cdd0ad
1 changed files with 0 additions and 7 deletions

View File

@ -884,13 +884,6 @@ if test $withval = yes ; then
LIBS="$LIBS -ldmalloc"
fi
withval=no
AC_ARG_WITH(efence, [ --with-efence build with efence debugging support ])
if test $withval = yes ; then
AC_DEFINE(EFENCE, 1, [Build with libefence support?])
LIBS="$LIBS -lefence"
fi
AC_CHECK_FUNCS(setlocale)
AC_CHECK_FUNCS(getpassphrase)