diff configure.in @ 63:382278bea2c2

Removed -Werror from CFLAGS to make the PD example compile on OS X
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 12 Mar 2007 19:01:10 +0000
parents 8fd7088c8ff6
children 83b8f9ce827a
line wrap: on
line diff
--- a/configure.in	Mon Mar 12 18:20:43 2007 +0000
+++ b/configure.in	Mon Mar 12 19:01:10 2007 +0000
@@ -64,7 +64,7 @@
 # age to 0.
 XTRACT_SO_VERSION=0:0:0
 
-CFLAGS="$CFLAGS -pedantic -ansi -Wall -Werror -std=c99 -I/usr/local/include"
+CFLAGS="$CFLAGS -pedantic -ansi -Wall -std=c99 -I/usr/local/include"
 LDFLAGS="$LDFLAGS -lm"
 
 AC_ARG_WITH(pd_dir,