gmyth/configure.ac
branchtrunk
changeset 454 f76bb8743b22
parent 423 099cfb245b15
child 486 56b98fd15019
     1.1 --- a/gmyth/configure.ac	Wed Mar 21 15:13:59 2007 +0000
     1.2 +++ b/gmyth/configure.ac	Tue Mar 27 14:53:51 2007 +0100
     1.3 @@ -81,8 +81,8 @@
     1.4  dnl Test if --disable-debug given
     1.5  AC_ARG_ENABLE(debug,
     1.6          [AC_HELP_STRING([--disable-debug], [disable debugging mode])],
     1.7 -        enable_debug="$enableval",
     1.8 -        enable_debug=no)
     1.9 +        enable_debug=no,
    1.10 +        enable_debug=yes)
    1.11  
    1.12  if test "x$enable_debug" = "xyes"; then
    1.13      CFLAGS="$CFLAGS -g -DGMYTH_USE_DEBUG"