summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-04-29 08:57:51 +0200
committerKay Sievers <kay@vrfy.org>2014-04-29 09:51:53 +0200
commita91df40e69fec72cc98c9829721fa5153da28bc2 (patch)
tree7d1da98b41e9860df7b3d2d704ecb54618fe14aa /configure.ac
parent0b36bbc42d3a408531517a02acaf56105b863d55 (diff)
timesyncd: add unit and man page
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7674485a8..02561b541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -822,7 +822,7 @@ AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
# ------------------------------------------------------------------------------
have_timesyncd=no
AC_ARG_ENABLE(timesyncd, AS_HELP_STRING([--disable-timesyncd], [disable timesync daemon]))
-if test "x$enable_timesyncd" != "xno"; then
+if test "x$enable_timesyncd" = "xyes"; then
have_timesyncd=yes
fi
AM_CONDITIONAL(ENABLE_TIMESYNCD, [test "$have_timesyncd" = "yes"])
@@ -1158,6 +1158,7 @@ AC_MSG_RESULT([
machined: ${have_machined}
hostnamed: ${have_hostnamed}
timedated: ${have_timedated}
+ timesyncd: ${have_timesyncd}
localed: ${have_localed}
networkd: ${have_networkd}
coredump: ${have_coredump}