From: Alon Bar-Lev Date: Thu, 7 Jun 2012 09:37:04 +0000 (+0300) Subject: build: do not support Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Acked-by: Adriaan de Jong 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 --- diff --git a/configure.ac b/configure.ac index f770920d5..a9ccb98e8 100644 --- a/configure.ac +++ b/configure.ac @@ -749,7 +749,7 @@ if test "${with_crypto_library}" = "polarssl" ; then #include ]], [[ -#if POLARSSL_VERSION_NUMBER <= 0x01010000 +#if POLARSSL_VERSION_NUMBER < 0x01010000 #error invalid version #endif ]]