diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1aec1317..131993d0 100644 --- a/configure.ac +++ b/configure.ac @@ -724,7 +724,7 @@ CPPFLAGS="-DRAPTOR_INTERNAL=1 $CPPFLAGS" AC_ARG_WITH(dmalloc, [ --with-dmalloc Use dmalloc debugging library (default=auto)], use_dmalloc="$withval", use_dmalloc="auto") AC_MSG_CHECKING(using dmalloc library) if test "$USE_MAINTAINER_MODE" = yes; then - if test "$ac_cv_header_dmalloc_h"; then + if test "$ac_cv_header_dmalloc_h" = yes; then if test "X$use_dmalloc" = Xauto; then use_dmalloc=yes fi |