Turn debug off by default
This commit is contained in:
parent
da648bc24c
commit
8c73128c77
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ AC_ARG_WITH(config-file,
|
||||||
dnl Help line for debug
|
dnl Help line for debug
|
||||||
AC_ARG_ENABLE(debug,
|
AC_ARG_ENABLE(debug,
|
||||||
AC_HELP_STRING([--enable-debug], [Enable debugging support]),
|
AC_HELP_STRING([--enable-debug], [Enable debugging support]),
|
||||||
[debug=$enableval], [debug=yes])
|
[debug=$enableval], [debug=no])
|
||||||
|
|
||||||
dnl Help line for fakeroot
|
dnl Help line for fakeroot
|
||||||
AC_ARG_ENABLE(fakeroot,
|
AC_ARG_ENABLE(fakeroot,
|
||||||
|
|
Loading…
Add table
Reference in a new issue