aboutsummaryrefslogtreecommitdiff
path: root/pd/src/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/configure.in')
-rw-r--r--pd/src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/configure.in b/pd/src/configure.in
index 70b83ba5..fc3c56a4 100644
--- a/pd/src/configure.in
+++ b/pd/src/configure.in
@@ -33,7 +33,7 @@ AC_ARG_ENABLE(portaudio,[ --enable-portaudio portaudio],
AC_ARG_ENABLE(portmidi, [ --enable-portmidi portmidi],
portmidi=$enableval)
AC_ARG_ENABLE(debug, [ --enable-debug debugging support],
- USE_DEBUG_CFLAGS="no")
+ USE_DEBUG_CFLAGS=$enableval)
AC_ARG_ENABLE(static, [ --enable-static link statically],
static=$enableval)
AC_ARG_ENABLE(setuid, [ --enable-setuid install as setuid (linux)],