summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-06-07 12:15:23 +0200
committerGert Doering <gert@greenie.muc.de>2013-07-03 20:53:13 +0200
commite3d388652f59fd2ddd9c7f470f7ef62ee6b35595 (patch)
treeb15bb602b8367e33af79d19fda7891c6b2283366 /configure.ac
parentace54e9b3c26c4d13fd278fac2d2dc37138270e4 (diff)
downloadopenvpn-e3d388652f59fd2ddd9c7f470f7ef62ee6b35595.tar.gz
openvpn-e3d388652f59fd2ddd9c7f470f7ef62ee6b35595.tar.xz
openvpn-e3d388652f59fd2ddd9c7f470f7ef62ee6b35595.zip
Remove the --disable-eurephia configure option
This "feature" has been enabled since OpenVPN 2.2 without any reports that this has been causing issues. All it does is to add an extra environment variable 'tls_digest_{n}' with the certificate SHA1 fingerprint/digest hash. Lets just simplify things by removing the possibility to disable this environment variable. Signed-off-by: David Sommerseth <davids@redhat.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1370600123-6029-1-git-send-email-dazo@users.sourceforge.net> URL: http://article.gmane.org/gmane.network.openvpn.devel/7660 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 854cfbb..2294796 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,13 +101,6 @@ AC_ARG_ENABLE(
)
AC_ARG_ENABLE(
- [eurephia],
- [AS_HELP_STRING([--disable-eurephia], [disable support for the eurephia plug-in @<:@default=yes@:>@])],
- ,
- [enable_eurephia="yes"]
-)
-
-AC_ARG_ENABLE(
[management],
[AS_HELP_STRING([--disable-management], [disable management server support @<:@default=yes@:>@])],
,
@@ -1020,7 +1013,6 @@ fi
if test "${enable_plugins}" = "yes"; then
OPTIONAL_DL_LIBS="${DL_LIBS}"
AC_DEFINE([ENABLE_PLUGIN], [1], [Enable systemd support])
- test "${enable_eurephia}" = "yes" && AC_DEFINE([ENABLE_EUREPHIA], [1], [Enable support for the eurephia plug-in])
else
enable_plugin_auth_pam="no"
enable_plugin_down_root="no"