From 5a405dd101fdbac398f73af43415b9f82eac3e67 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 29 Sep 2006 14:16:41 +0000 Subject: [PATCH] use AUBIO_CFLAGS, not CFLAGS use AUBIO_CFLAGS, not CFLAGS --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.26.2