X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=184213e09607d79de4781bae9c3b6f127863ac29;hb=e18d8733534c26f397d4e34d40256ce16a04a1f2;hp=7b4c84295cf086c081b54ada7062c6347b6672f2;hpb=35198adc7f3c1f0c1e3437f983e7f3ac96477997;p=ppp.git diff --git a/configure.ac b/configure.ac index 7b4c842..184213e 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AM_CONDITIONAL(WITH_SYSTEMD, test "x${enable_systemd}" = "xyes") AM_COND_IF([WITH_SYSTEMD], AC_DEFINE([SYSTEMD], 1, [Enable support for systemd notifications])) AS_IF([test "x${enable_systemd}" = "xyes"], [ - PKG_CHECK_MODULES([systemd], [systemd])]) + PKG_CHECK_MODULES([SYSTEMD], [libsystemd])]) # # Enable Callback Protocol Support, disabled by default