]> git.ozlabs.org Git - ppp.git/blobdiff - configure.ac
Update configure.ac to use AS_IF() and correct use of paranthesis
[ppp.git] / configure.ac
index 819d766081bf44ffe879ab8d29c364fc51b9cbf4..ae69aa7f45d0de93f2e5d6b74e2bf8a1d57afb60 100644 (file)
@@ -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}
 "