aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 06:21:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 06:21:29 +0000
commitf8c3b3aa1812499706569b7c251968ff94bd2f60 (patch)
treed7445ace723b97e3429c92f2c71b953eda596076 /configure.ac
parentd4df981463d93bc2df1e77806b4b3781e024b8f6 (diff)
moved from former CVS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0430e9722..f4d01bf77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -931,7 +931,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
;;
*) AC_MSG_RESULT(yes)
- CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
+ CPPFLAGS="$CPPFLAGS -DCURLDEBUG"
CFLAGS="$CFLAGS -g"
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs"