From d46e2a69a19bc19eefb36537e780e0c6cc225375 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 5 Jun 2013 12:18:46 +0200 Subject: [PATCH] Add --enable-trace to configure --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 4f0217f..4ad6cbf 100755 --- a/configure +++ b/configure @@ -113,6 +113,7 @@ 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 Fine tuning of the installation directories: --sysconfdir=DIR chrony.conf location [/etc] @@ -190,7 +191,7 @@ mail_program="/usr/lib/sendmail" for option do case "$option" in - --trace ) + --enable-trace ) add_def TRACEON ;; --disable-readline )