Convert TRACEON LOG messages to DEBUG_LOG

This commit is contained in:
Miroslav Lichvar
2013-11-26 18:53:24 +01:00
parent 4bbc5520b8
commit 1c3aff37de
9 changed files with 36 additions and 99 deletions

4
configure vendored
View File

@@ -114,7 +114,6 @@ For better control, use the options below.
--disable-linuxcaps Disable Linux capabilities support
--disable-forcednsretry Don't retry on permanent DNS error
--with-sendmail=PATH Path to sendmail binary [/usr/lib/sendmail]
--enable-trace Enable tracing
--enable-debug Enable debugging support
Fine tuning of the installation directories:
@@ -197,9 +196,6 @@ mail_program="/usr/lib/sendmail"
for option
do
case "$option" in
--enable-trace )
add_def TRACEON
;;
--enable-debug )
debug=1
;;