]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected bug with dmalloc mode
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 10 Feb 2001 11:48:40 +0000 (11:48 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 10 Feb 2001 11:48:40 +0000 (11:48 +0000)
configure.in

index a1ea106086c44250612bb489769b0a2f2bc69a7e..69a7bab7b406041d9ce50fd09bd0217c7e606b41 100644 (file)
@@ -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