diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:01:10 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:01:10 +0000 |
commit | 2c398056fd7bdab0ef0280566f644dfa95ea2ff9 (patch) | |
tree | 7148f18bdfdf2f3f3454c95536758b42c339df3f /configure.in | |
parent | b82f0373c5c7bed95b7c7612db9c051bb37ea36e (diff) | |
download | LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.tar.gz LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.tar.bz2 LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.zip |
Removed -Werror from CFLAGS to make the PD example compile on OS X
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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, |