From: Peter van Dijk Date: Wed, 22 Aug 2012 09:54:48 +0000 (+0000) Subject: simplify polarssl version test X-Git-Tag: auth-3.2-rc1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=300cc6181c42764753638fa609c4274590f248eb;p=thirdparty%2Fpdns.git simplify polarssl version test git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2698 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/configure.ac b/configure.ac index 834c33ad9b..f94b158a40 100644 --- a/configure.ac +++ b/configure.ac @@ -180,7 +180,7 @@ if test x$system_polarssl = xyes; then #include ]], [[ -#if POLARSSL_VERSION_MAJOR < 1 || (POLARSSL_VERSION_MAJOR == 1 && POLARSSL_VERSION_MINOR < 1) +#if POLARSSL_VERSION_NUMBER < 0x01010000 #error invalid version #endif ]]