X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=02561b5418aed17d83cbac63d8155e6a097d9f1a;hb=93f1bcf40030a9e98bf2b71c177cbea36c64d5c9;hp=7674485a866bd10fc377b4b1757b2b4bf346c15d;hpb=687ed1237b20a6db174fd0b372df20fa9a3a23c2;p=elogind.git 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}