X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=184213e09607d79de4781bae9c3b6f127863ac29;hb=956c492a1828bee383534fd6103c6e2a1a46a302;hp=7b4c84295cf086c081b54ada7062c6347b6672f2;hpb=a14ede90df712b4a0fed82b9a66a81c56e1e97a9;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