diff --git a/configure.ac b/configure.ac index b89ae8d7c..c254725c6 100644 --- a/configure.ac +++ b/configure.ac @@ -126,6 +126,13 @@ else [libsystemd-daemon], have_systemd=yes, have_systemd=no) + if test x$have_systemd=xno; then + AC_MSG_NOTICE([Okay, checking for systemd a different way...]) + PKG_CHECK_MODULES(SYSTEMD, + [libsystemd], + have_systemd=yes, + have_systemd=no) + fi fi if test x$have_systemd = xyes; then