[jbig2-cvs] rev 237 - trunk

giles@ghostscript.com giles@ghostscript.com
Wed, 16 Apr 2003 15:56:27 -0700


Author: giles
Date: 2003-04-16 15:56:27 -0700 (Wed, 16 Apr 2003)
New Revision: 237

Modified:
   trunk/Makefile.am
Log:
Remove the warnings flag; -Wall is gcc-specific so we need to turn it on from inside configure if
at all. There is an AC_COMPILE_WARNINGS() in the GNU ac-archive.


Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Apr 16 15:56:27 2003
@@ -27,7 +27,6 @@
 	jbig2.h jbig2_image.h getopt.h \
 	os_types.h config_types.h config_win32.h
 jbig2dec_LDADD = libjbig2dec.a @LIBOBJS@
-jbig2dec_CFLAGS = -Wall
 
 test_sha1_SOURCES = sha1.c sha1.h
 test_sha1_CFLAGS = -DTEST