projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823fa09
)
fix AUBIO_CFLAGS with --enable-debug
author
Paul Brossier
<piem@altern.org>
Sun, 8 Oct 2006 23:14:17 +0000
(23:14 +0000)
committer
Paul Brossier
<piem@altern.org>
Sun, 8 Oct 2006 23:14:17 +0000
(23:14 +0000)
fix AUBIO_CFLAGS with --enable-debug
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 44d8f7b12456bebb7b0e0028e8504a90e99e92e9..83722403b371fcef90ec7f9e4b269b44ddcb54c1 100644
(file)
--- 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)