From f8c3b3aa1812499706569b7c251968ff94bd2f60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 06:21:29 +0000 Subject: moved from former CVS --- CVS-INFO | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CVS-INFO b/CVS-INFO index 40bccf780..985b32c64 100644 --- a/CVS-INFO +++ b/CVS-INFO @@ -16,8 +16,8 @@ Compile and build instructions follow below. CHANGES.$year contains changes for the particular year. tests/memanalyze.pl - is for analyzing the output generated by curl if -DMALLOCDEBUG - is used when compiling + is for analyzing the output generated by curl if -DCURLDEBUG + is used when compiling (run configure with --enable-debug) buildconf builds the makefiles and configure stuff 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" -- cgit v1.2.3