X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=ae69aa7f45d0de93f2e5d6b74e2bf8a1d57afb60;hb=bfebf96caf375ab52e4df396f3383851d5ed2647;hp=819d766081bf44ffe879ab8d29c364fc51b9cbf4;hpb=c8eaefff54f5fc5f2dc9d4bfe309dc9bb0176f04;p=ppp.git diff --git a/configure.ac b/configure.ac index 819d766..ae69aa7 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,8 @@ AC_ARG_ENABLE([systemd], 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])]) # # Enable Callback Protocol Support, disabled by default @@ -414,4 +416,5 @@ Features enabled IPV6CP...............: ${enable_ipv6cp:-yes} EAP-TLS..............: ${enable_eaptls:-yes} PEAP.................: ${enable_peap:-yes} + systemd notifications: ${enable_systemd:-no} "