[jbig2-cvs] rev 408 - trunk

giles at ghostscript.com giles at ghostscript.com
Wed Jun 8 07:19:36 PDT 2005


Author: giles
Date: 2005-06-08 07:19:35 -0700 (Wed, 08 Jun 2005)
New Revision: 408

Modified:
   trunk/configure.ac
Log:
Turn on -Wall when compiling with gcc.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-05-24 03:49:47 UTC (rev 407)
+++ trunk/configure.ac	2005-06-08 14:19:35 UTC (rev 408)
@@ -13,6 +13,11 @@
 AC_PROG_CC
 AC_PROG_RANLIB
 
+# platform specific compiler flags
+if test "x$GCC" = xyes; then
+  CFLAGS="$CFLAGS -Wall"
+fi
+
 # Checks for libraries.
 dnl by default we want png support if possible
 AC_ARG_WITH([libpng], 



More information about the jbig2-cvs mailing list