use AUBIO_CFLAGS, not CFLAGS
authorPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 14:16:41 +0000 (14:16 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 14:16:41 +0000 (14:16 +0000)
use AUBIO_CFLAGS, not CFLAGS

configure.ac

index e393778147acf0d7038862491bd41965f430128b..daa39e98c10ee5e7fb0913866bc08b133ba2dab5 100644 (file)
@@ -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)