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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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