From 81b3cdd0ad2f30aab5ea925326aee6ee8316bd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 13 Aug 2007 17:56:48 +0200 Subject: [PATCH] Remove --with-efence (Users should use LIBS=-lefence instead. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index a84898f3c..3e6a04a0c 100644 --- a/configure.ac +++ b/configure.ac @@ -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)