summaryrefslogtreecommitdiff
path: root/config-scripts/cups-compiler.m4
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-11-19 23:25:47 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-11-19 23:25:47 +0000
commit52f6f666c3ffd368f98d5be963e2e7a92f3dc82b (patch)
tree4a94cce231591fbbcdc6cbaf74b7e4f427662e6a /config-scripts/cups-compiler.m4
parent9380acaa78e7b36fe924662ce3134bdb9acc4225 (diff)
Merge changes from CUPS 1.4svn-r8148.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1068 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config-scripts/cups-compiler.m4')
-rw-r--r--config-scripts/cups-compiler.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4
index c641a7efe..0f6b01de2 100644
--- a/config-scripts/cups-compiler.m4
+++ b/config-scripts/cups-compiler.m4
@@ -33,7 +33,7 @@ else
fi
dnl Debug printfs can slow things down, so provide a separate option for that
-if test x$enable_debug_printf = xyes; then
+if test x$enable_debug_printfs = xyes; then
CFLAGS="$CFLAGS -DDEBUG"
fi