From 8c199a3c2e5107a51f048d48bc581c9961d70373 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Sat, 9 Dec 2006 11:42:13 +0000 Subject: Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to CFLAGS so this doesn't happen again! --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 84b197b..8d25fe8 100644 --- a/configure.in +++ b/configure.in @@ -64,7 +64,7 @@ AC_ARG_ENABLE(simpletest, # 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 @@ AC_ARG_ENABLE(debug, 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 ------------------------------------------ -- cgit v1.2.3