Don't define DEBUG with --enable-debug, because that makes zlib emit strange messages
authorMartin Pool <mbp@samba.org>
Sun, 9 Dec 2001 21:48:13 +0000 (21:48 +0000)
committerMartin Pool <mbp@samba.org>
Sun, 9 Dec 2001 21:48:13 +0000 (21:48 +0000)
configure.in

index 06aede684b7ad2572e28d1e997c78db493586590..33ef7a3bbea3bd429f832e594ddc32c43a9ff12a 100644 (file)
@@ -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