Rewrote test loop to remove copy/paste code.
[awesomized/libmemcached] / configure.in
index 7a95f8cb5f7238c66ec136da072bd377847f2bcb..adbfd5dded4b6c679b115e349594fa270851459d 100644 (file)
@@ -16,7 +16,7 @@ if test "$GCC" = "yes"
 then
   if test "$ENABLE_DEBUG" = "yes"
   then
-    CFLAGS="-Wall -ggdb"
+    CFLAGS="-Wall -ggdb -DHAVE_DEBUG"
   else
     CFLAGS="-Wall -O3"
   fi