2015-06-28 07:23:02 +02:00
|
|
|
Index: ocserv-0.10.5/configure.ac
|
2015-02-26 21:07:11 +01:00
|
|
|
===================================================================
|
2015-06-28 07:23:02 +02:00
|
|
|
--- ocserv-0.10.5.orig/configure.ac
|
|
|
|
+++ ocserv-0.10.5/configure.ac
|
|
|
|
@@ -297,11 +297,7 @@ AC_ARG_ENABLE(systemd,
|
2015-02-26 21:07:11 +01:00
|
|
|
|
|
|
|
if [ test "$systemd_enabled" = "yes" ];then
|
|
|
|
AC_LIB_HAVE_LINKFLAGS(systemd,, [#include <systemd/sd-daemon.h>], [sd_listen_fds(0);])
|
2015-06-28 07:23:02 +02:00
|
|
|
- if [ test -z "$LIBSYSTEMD" ];then
|
2015-02-26 21:07:11 +01:00
|
|
|
- systemd_enabled="no"
|
|
|
|
- else
|
|
|
|
systemd_enabled="yes"
|
|
|
|
- fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(anyconnect-compat,
|