fix AUBIO_CFLAGS with --enable-debug
authorPaul Brossier <piem@altern.org>
Sun, 8 Oct 2006 23:14:17 +0000 (23:14 +0000)
committerPaul Brossier <piem@altern.org>
Sun, 8 Oct 2006 23:14:17 +0000 (23:14 +0000)
fix AUBIO_CFLAGS with --enable-debug

configure.ac

index 44d8f7b..8372240 100644 (file)
@@ -39,7 +39,7 @@ AC_ARG_ENABLE(debug,
 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)