summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-06-07 12:37:04 +0300
committerDavid Sommerseth <davids@redhat.com>2012-06-07 12:52:49 +0200
commit9eb058556d3e550e9b811a3ddc30be66635d4221 (patch)
treecc8c0258704d901f049203564b048d5351eec777 /configure.ac
parent05f16e84314d83d81aa341ad2c6ea706603befd6 (diff)
downloadopenvpn-9eb058556d3e550e9b811a3ddc30be66635d4221.tar.gz
openvpn-9eb058556d3e550e9b811a3ddc30be66635d4221.tar.xz
openvpn-9eb058556d3e550e9b811a3ddc30be66635d4221.zip
build: do not support <polarssl-1.1.0
Reported-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: Adriaan de Jong <dejong@fox-it.com> Message-Id: 1339061824-16542-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6686 Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f770920..a9ccb98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -749,7 +749,7 @@ if test "${with_crypto_library}" = "polarssl" ; then
#include <polarssl/version.h>
]],
[[
-#if POLARSSL_VERSION_NUMBER <= 0x01010000
+#if POLARSSL_VERSION_NUMBER < 0x01010000
#error invalid version
#endif
]]