X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=ead697b84cf3a59ac09215776a97804fec03363a;hp=02561b5418aed17d83cbac63d8155e6a097d9f1a;hb=becad8f1ed696433b9841cbb9c4603c303338d30;hpb=a91df40e69fec72cc98c9829721fa5153da28bc2 diff --git a/configure.ac b/configure.ac index 02561b541..ead697b84 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" = "xyes"; then +if test "x$enable_timesyncd" != "xno"; then have_timesyncd=yes fi AM_CONDITIONAL(ENABLE_TIMESYNCD, [test "$have_timesyncd" = "yes"])