do nto enable debug by default, otherwise we'll forget to disable that before making...
authorMatthias Braun <matze@braunis.de>
Wed, 8 Sep 2004 20:21:47 +0000 (20:21 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 8 Sep 2004 20:21:47 +0000 (20:21 +0000)
SVN-Revision: 1879

configure.ac

index 4704331..cf81dc0 100644 (file)
@@ -48,7 +48,7 @@ fi
 
 AC_MSG_CHECKING(for debug mode)
 AC_ARG_ENABLE(debug,
-              AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="yes")
+              AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="no")
 if test "x${enable_debug}" != "xno"; then
     CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG -O3 -g"
     AC_MSG_RESULT([enabled])