shithub: aubio

Download patch

ref: 098bd92b72da9e2b0d5d240f6d409d117b44ca6f
parent: 823fa09ce5dedcdeb7f314a957fcc162884c957d
author: Paul Brossier <piem@altern.org>
date: Sun Oct 8 19:14:17 EDT 2006

fix AUBIO_CFLAGS with --enable-debug
fix AUBIO_CFLAGS with --enable-debug


--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@
 if test "$with_debug" = "yes"
 then
   AC_DEFINE(DEBUG,1,[Define to enable debug])
-  AUBIO_CFLAGS="$(AUBIO_CFLAGS) -g"
+  AUBIO_CFLAGS="$AUBIO_CFLAGS -g"
 fi
 
 dnl Enable full warnings (yes)