]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-compiler.m4
Import CUPS 1.4svn-r7464.
[thirdparty/cups.git] / config-scripts / cups-compiler.m4
index 1fb08a5201955ef963b5a8895e9e3f693efa7bec..4b1f83c8c8ec77b4a327cd121502387ce1f10e47 100644 (file)
@@ -26,6 +26,7 @@ AC_ARG_ENABLE(debug, [  --enable-debug          turn on debugging, default=no])
 dnl For debugging, keep symbols, otherwise strip them...
 if test x$enable_debug = xyes; then
        OPTIM="-g"
+       CFLAGS="$CFLAGS -DDEBUG"
 else
        INSTALL_STRIP="-s"
 fi