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 44d8f7b12456bebb7b0e0028e8504a90e99e92e9..83722403b371fcef90ec7f9e4b269b44ddcb54c1 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)