Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp-builds.git] / src / Make.build
index 2cab5e15aed612395501a3510b3ac1f453849bb2..aad9687c0d11207caf4f27e385d6f5b18af850dd 100644 (file)
@@ -7,8 +7,7 @@ AM_CFLAGS=
 
 if cc_is_gcc
 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
--Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
--ansi 
+-Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
 endif
 
 if unix