forked from pool/ocserv
17 lines
487 B
Diff
17 lines
487 B
Diff
|
Index: ocserv-0.9.0/configure.ac
|
||
|
===================================================================
|
||
|
--- ocserv-0.9.0.orig/configure.ac
|
||
|
+++ ocserv-0.9.0/configure.ac
|
||
|
@@ -319,11 +319,7 @@ AC_ARG_ENABLE(systemd,
|
||
|
|
||
|
if [ test "$systemd_enabled" = "yes" ];then
|
||
|
AC_LIB_HAVE_LINKFLAGS(systemd,, [#include <systemd/sd-daemon.h>], [sd_listen_fds(0);])
|
||
|
- if [ test -z "$LIBSYSTEMD_DAEMON" ];then
|
||
|
- systemd_enabled="no"
|
||
|
- else
|
||
|
systemd_enabled="yes"
|
||
|
- fi
|
||
|
fi
|
||
|
|
||
|
AC_ARG_ENABLE(anyconnect-compat,
|