From: Nikos Mavrogiannopoulos Date: Sat, 10 Feb 2001 11:48:40 +0000 (+0000) Subject: corrected bug with dmalloc mode X-Git-Tag: gnutls-0-1-0-srp~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e98a0709ec0cef971427e8838698a154fa80df;p=thirdparty%2Fgnutls.git corrected bug with dmalloc mode --- diff --git a/configure.in b/configure.in index a1ea106086..69a7bab7b4 100644 --- a/configure.in +++ b/configure.in @@ -114,7 +114,7 @@ if test $ac_cv_prog_gcc != no; then if test $opt_maintainer_mode = yes; then CFLAGS="${CFLAGS} -g -Wall -Wpointer-arith" fi - if test $opt_maintainer_mode = yes; then + if test $opt_dmalloc_mode = yes; then AC_CHECK_LIB( dmalloc, main) AC_DEFINE(USE_DMALLOC) fi