projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17db1cd
)
use AUBIO_CFLAGS, not CFLAGS
author
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 14:16:41 +0000
(14:16 +0000)
committer
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 14:16:41 +0000
(14:16 +0000)
use AUBIO_CFLAGS, not CFLAGS
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e393778147acf0d7038862491bd41965f430128b..daa39e98c10ee5e7fb0913866bc08b133ba2dab5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-203,6
+203,8
@@
AC_ARG_ENABLE(testprogs,
with_testprogs="no")
AM_CONDITIONAL(COMPILE_TESTS,test "${with_testprogs}" != "no")
+AC_SUBST(AUBIO_CFLAGS)
+
dnl Check for swig and python
dnl should check for swig version and python headers
AC_PATH_PROG(SWIG,swig,no)