summaryrefslogtreecommitdiffstats
path: root/proxy/external/systemd.m4
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-12-12 15:43:17 -0500
committerSimo Sorce <simo@redhat.com>2012-01-04 19:19:54 -0500
commit0d39e7a43a585a46e9cb6c755d97003470c5bd54 (patch)
tree6f54cf7e09f0188d46e8e6ecf85e4c58d9412d31 /proxy/external/systemd.m4
parentd82bf26a6d4d44e3c6f5473f4dad508564e4cdd7 (diff)
Intial skeleton gssproxy daemon
Diffstat (limited to 'proxy/external/systemd.m4')
-rw-r--r--proxy/external/systemd.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/proxy/external/systemd.m4 b/proxy/external/systemd.m4
new file mode 100644
index 0000000..2c26dc1
--- /dev/null
+++ b/proxy/external/systemd.m4
@@ -0,0 +1,8 @@
+dnl A macro to check presence of systemd on the system
+AC_DEFUN([AM_CHECK_SYSTEMD],
+[
+ PKG_CHECK_EXISTS(systemd,
+ [ HAVE_SYSTEMD=1, AC_SUBST(HAVE_SYSTEMD) ],
+ [AC_MSG_ERROR([Could not detect systemd presence])]
+ )
+])