d2cc5d19f0
alternatives around and the build does not care wich one is used. OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=55
17 lines
416 B
Diff
17 lines
416 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 2e4a0e8..81ac3bd 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -423,11 +423,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" ];then
|
|
- systemd_enabled="no"
|
|
- else
|
|
systemd_enabled="yes"
|
|
- fi
|
|
fi
|
|
|
|
AC_ARG_ENABLE(namespaces,
|