From: Paul Brossier Date: Fri, 29 Sep 2006 14:16:41 +0000 (+0000) Subject: use AUBIO_CFLAGS, not CFLAGS X-Git-Tag: bzr2git~558 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a405dd101fdbac398f73af43415b9f82eac3e67;p=aubio.git use AUBIO_CFLAGS, not CFLAGS use AUBIO_CFLAGS, not CFLAGS --- diff --git a/configure.ac b/configure.ac index e3937781..daa39e98 100644 --- 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)