summaryrefslogtreecommitdiff
path: root/main/openvpn/configure.ac
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-06-30 19:07:05 +0200
committerArne Schwabe <arne@rfc2549.org>2014-06-30 19:07:05 +0200
commit65e33310863d46816bd1edbccf6d3fb0ab45cdee (patch)
treef1af2b761c391aed6dee223d0e05857f6a0cda70 /main/openvpn/configure.ac
parent68e19d426ba6d9f048ebfdf337b93a85dc4d5b4c (diff)
Update OpenVPN version
--HG-- extra : rebase_source : 1f565a4e8a582d6884fea818d91ded15114dd06b
Diffstat (limited to 'main/openvpn/configure.ac')
-rw-r--r--main/openvpn/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openvpn/configure.ac b/main/openvpn/configure.ac
index 55c40847..cb7a5d33 100644
--- a/main/openvpn/configure.ac
+++ b/main/openvpn/configure.ac
@@ -786,7 +786,8 @@ if test "${have_openssl_crypto}" = "yes"; then
LIBS="${saved_LIBS}"
fi
-if test "${have_openssl_ssl}" = "yes"; then
+if test "${enable_ssl}" = "yes" && test "${with_crypto_library}" = "openssl";
+then
saved_CPPFLAGS="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${OPENSSL_CRYPTO_CFLAGS}"
AC_MSG_CHECKING([for SSL_OP_NO_TICKET flag in OpenSSL])