]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added botan-2 botan-1.11 to configure.ac BOTAN_VERSIONS
authorFrancis Dupont <fdupont@isc.org>
Tue, 21 Mar 2017 16:12:28 +0000 (17:12 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 21 Mar 2017 16:12:28 +0000 (17:12 +0100)
configure.ac

index 80506f5fe7b80a44d22d59a0b8992e1b6bb443c4..dae10aa6a43c4a80ba7eb88b62e1e740e253a1b6 100644 (file)
@@ -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" ]