# HG changeset patch # User Jamie Bullock # Date 1173726070 0 # Node ID 382278bea2c237bf240fabde491cf93733523b58 # Parent 1222cd753029d9d8237d41be9d0c5d28419dc546 Removed -Werror from CFLAGS to make the PD example compile on OS X diff -r 1222cd753029 -r 382278bea2c2 config.h.in --- a/config.h.in Mon Mar 12 18:20:43 2007 +0000 +++ b/config.h.in Mon Mar 12 19:01:10 2007 +0000 @@ -18,8 +18,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MATH_H_ +/* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -30,12 +30,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H -/* Define to 1 if you have the header file. */ +/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H_ - /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H diff -r 1222cd753029 -r 382278bea2c2 configure.in --- 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,