From: Francis Dupont Date: Sat, 14 Nov 2015 17:40:06 +0000 (+0100) Subject: [4201] Fixed DISTCHECK_CRYPTO_CONFIGURE_FLAG for Botan X-Git-Tag: trac4204fd_base~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3791f1bb32b0780abbdb942666e47052638a51c;p=thirdparty%2Fkea.git [4201] Fixed DISTCHECK_CRYPTO_CONFIGURE_FLAG for Botan --- diff --git a/configure.ac b/configure.ac index 7f228e54ec..74299f467d 100755 --- a/configure.ac +++ b/configure.ac @@ -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"