Turn debug off by default

This commit is contained in:
Aaron Griffin 2007-01-30 08:17:02 +00:00
parent da648bc24c
commit 8c73128c77
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ AC_ARG_WITH(config-file,
dnl Help line for debug
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug], [Enable debugging support]),
[debug=$enableval], [debug=yes])
[debug=$enableval], [debug=no])
dnl Help line for fakeroot
AC_ARG_ENABLE(fakeroot,