From: Francis Dupont Date: Tue, 21 Mar 2017 16:12:28 +0000 (+0100) Subject: [master] Added botan-2 botan-1.11 to configure.ac BOTAN_VERSIONS X-Git-Tag: trac5132_base~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a4567fa6eac61a53fb5278b84d67121265dabcb;p=thirdparty%2Fkea.git [master] Added botan-2 botan-1.11 to configure.ac BOTAN_VERSIONS --- diff --git a/configure.ac b/configure.ac index 80506f5fe7..dae10aa6a4 100644 --- a/configure.ac +++ b/configure.ac @@ -815,7 +815,7 @@ else # Ok so no script found, see if pkg-config knows of it. # Unfortunately, the botan.pc files also have their minor version # in their name, so we need to try them one by one - BOTAN_VERSIONS="botan-1.10 botan-1.9 botan-1.8" + BOTAN_VERSIONS="botan-2 botan-1.11 botan-1.10 botan-1.9 botan-1.8" for version in $BOTAN_VERSIONS; do ACX_TRY_BOTAN_TOOL([pkg-config], ["$version --silence-errors"], [ BOTAN_CONFIG="$PKG_CONFIG $version" ]