- added missing debug flag
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 14 Mar 2004 17:27:14 +0000 (17:27 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 14 Mar 2004 17:27:14 +0000 (17:27 +0000)
SVN-Revision: 224

configure.ac

index 61fec06..6cb9200 100644 (file)
@@ -43,6 +43,7 @@ AC_MSG_CHECKING(for debug mode)
 AC_ARG_ENABLE(debug,
               AC_HELP_STRING([--enable-debug], [enable debugging mode],, enable_debug="no"))
 if test "x${enable_debug}" != "xno"; then
+    CFLAGS="$CFLAGS -DDEBUG"
     AC_MSG_RESULT([enabled])
 else
     AC_MSG_RESULT([disabled])