From: Paul Brossier Date: Sun, 8 Oct 2006 23:14:17 +0000 (+0000) Subject: fix AUBIO_CFLAGS with --enable-debug X-Git-Tag: bzr2git~536 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=098bd92b72da9e2b0d5d240f6d409d117b44ca6f;p=aubio.git fix AUBIO_CFLAGS with --enable-debug fix AUBIO_CFLAGS with --enable-debug --- 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)