From 098bd92b72da9e2b0d5d240f6d409d117b44ca6f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 8 Oct 2006 23:14:17 +0000 Subject: [PATCH] fix AUBIO_CFLAGS with --enable-debug fix AUBIO_CFLAGS with --enable-debug --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 44d8f7b1..83722403 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.26.2