rev 408 - trunk

[email protected] Wed, 8 Jun 2005 07:19:36 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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
=20
+# platform specific compiler flags
+if test "x$GCC" =3D xyes; then
+  CFLAGS=3D"$CFLAGS -Wall"
+fi
+
 # Checks for libraries.
 dnl by default we want png support if possible
 AC_ARG_WITH([libpng],=20