From ab876b21c2b86d292f2da366729e3f003c24ee11 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 14 Mar 2004 17:27:14 +0000 Subject: [PATCH] - added missing debug flag SVN-Revision: 224 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 61fec067b..6cb920017 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.11.0