From: Martin Pool Date: Sun, 9 Dec 2001 21:48:13 +0000 (+0000) Subject: Don't define DEBUG with --enable-debug, because that makes zlib emit strange messages X-Git-Tag: v2.5.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bf32f767246a88d0689c05c9a45d92f3931634;p=thirdparty%2Frsync.git Don't define DEBUG with --enable-debug, because that makes zlib emit strange messages --- diff --git a/configure.in b/configure.in index 06aede68..33ef7a3b 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ then else AC_MSG_RESULT([yes]) # leave CFLAGS alone; AC_PROG_CC will try to include -g if it can - AC_DEFINE(DEBUG, 1, [Define to turn on debugging code that may slow normal operation]) + dnl AC_DEFINE(DEBUG, 1, [Define to turn on debugging code that may slow normal operation]) dnl CFLAGS=${CFLAGS-"-g"} fi