]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4201] Fixed DISTCHECK_CRYPTO_CONFIGURE_FLAG for Botan
authorFrancis Dupont <fdupont@isc.org>
Sat, 14 Nov 2015 17:40:06 +0000 (18:40 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 14 Nov 2015 17:40:06 +0000 (18:40 +0100)
configure.ac

index 7f228e54ec23faf85c831047f471a109c7fa76f8..74299f467df95628964ee0c9f5b96edcf407f51c 100755 (executable)
@@ -764,7 +764,7 @@ then
    DISABLED_CRYPTO="OpenSSL"
    CRYPTO_PACKAGE="botan-1.8"
    CRYPTO_CFLAGS=""
-   DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-botan=$botan_config"
+   DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-botan-config=$botan_config"
    AC_DEFINE_UNQUOTED([WITH_BOTAN], [], [Compile with Botan crypto])
 else
    CRYPTO_NAME="OpenSSL"