diff configure.in @ 37:b699a37d27c4

Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to CFLAGS so this doesn't happen again!
author Jamie Bullock <jamie@postlude.co.uk>
date Sat, 09 Dec 2006 11:42:13 +0000
parents d8e72a79b86b
children 0ea4d6430cfc
line wrap: on
line diff
--- a/configure.in	Fri Nov 10 11:52:08 2006 +0000
+++ b/configure.in	Sat Dec 09 11:42:13 2006 +0000
@@ -64,7 +64,7 @@
 # age to 0.
 XTRACT_SO_VERSION=0:0:0
 
-CFLAGS="$CFLAGS -pedantic -ansi"
+CFLAGS="$CFLAGS -pedantic -ansi -Wall"
 LDFLAGS="$LDFLAGS -lm"
 
 AC_ARG_WITH(pd_dir,
@@ -132,7 +132,7 @@
 if test "$with_debug" = "yes"
 then
   AC_DEFINE(DEBUG,1,[Define to enable debug])
-  CFLAGS="-O0 -ggdb -g -pedantic -ansi"
+  CFLAGS="-O0 -ggdb -g -pedantic -ansi -Wall"
 fi
 
 dnl ------------------------------------------