From 2c398056fd7bdab0ef0280566f644dfa95ea2ff9 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 12 Mar 2007 19:01:10 +0000 Subject: Removed -Werror from CFLAGS to make the PD example compile on OS X --- config.h.in | 9 +++------ configure.in | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/config.h.in b/config.h.in index babd7f3..b05b0e5 100644 --- a/config.h.in +++ b/config.h.in @@ -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 --git a/configure.in b/configure.in index 9ec848a..c6e8aff 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 -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, -- cgit v1.2.3