ref: 5a405dd101fdbac398f73af43415b9f82eac3e67
parent: 17db1cde81719f3e7b3c85179d40105df19c209b
author: Paul Brossier <piem@altern.org>
date: Fri Sep 29 10:16:41 EDT 2006
use AUBIO_CFLAGS, not CFLAGS use AUBIO_CFLAGS, not CFLAGS
--- a/configure.ac
+++ b/configure.ac
@@ -203,6 +203,8 @@
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)