aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-01-29 11:30:11 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-01-29 11:30:11 +0000
commit592c723d7fe2dc8794182d6270a127e63f6e2973 (patch)
tree9359c33fef1c62ab5122df9281baeafa04f4353a /configure.in
parent64d6de56068584a090e555abf49a16d6bdf97696 (diff)
downloadLibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.tar.gz
LibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.tar.bz2
LibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.zip
Added namespacing to enumerations and defines. Made most macros private.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2e8ef17..1c4f5a2 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"
+CFLAGS="$CFLAGS -pedantic -ansi -Wall -Werror -std=c99 -I/usr/local/include"
LDFLAGS="$LDFLAGS -lm"
AC_ARG_WITH(pd_dir,