diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7bd90c4..b3d7c61 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,7 @@ AC_ARG_ENABLE([systemd], [enable_systemd=auto]) if test x$enable_systemd != xno; then - PKG_CHECK_MODULES(SYSTEMD > 43, [libsystemd-login libsystemd-daemon], + PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login >= 43 libsystemd-daemon], [have_systemd=yes], [have_systemd=no]) else have_systemd=no |