]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
configure: update chronyc feature list
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 9 Sep 2015 13:23:44 +0000 (15:23 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 9 Sep 2015 15:19:07 +0000 (17:19 +0200)
configure

index 1f06744b2dd5aa32702d688a18443e06ef34d8d0..8d86cdb3d96f56a9eaca93909351c094764fdcd6 100755 (executable)
--- a/configure
+++ b/configure
@@ -805,9 +805,9 @@ add_def DEFAULT_USER "\"$default_user\""
 add_def DEFAULT_COMMAND_SOCKET "\"$CHRONYSOCKDIR/chronyd.sock\""
 add_def MAIL_PROGRAM "\"$mail_program\""
 
-common_features="`get_features ASYNCDNS IPV6 SECHASH DEBUG`"
+common_features="`get_features IPV6 DEBUG`"
 chronyc_features="`get_features READLINE`"
-chronyd_features="`get_features CMDMON NTP REFCLOCK RTC PRIVDROP SCFILTER`"
+chronyd_features="`get_features CMDMON NTP REFCLOCK RTC PRIVDROP SCFILTER SECHASH ASYNCDNS`"
 add_def CHRONYC_FEATURES "\"$chronyc_features $common_features\""
 add_def CHRONYD_FEATURES "\"$chronyd_features $common_features\""
 echo "Features : $chronyd_features $chronyc_features $common_features"