2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[4201] Second attempt with a better fix

This commit is contained in:
Francis Dupont
2015-11-14 19:35:40 +01:00
parent f3791f1bb3
commit eca58144d4

View File

@@ -591,6 +591,7 @@ AC_ARG_WITH([botan-config],
AC_HELP_STRING([--with-botan-config=PATH], AC_HELP_STRING([--with-botan-config=PATH],
[specify the path to the botan-config script]), [specify the path to the botan-config script]),
[botan_config="$withval"]) [botan_config="$withval"])
distcheck_botan="--with-botan-config=$botan_config"
if test "${botan_config}" = "no" ; then if test "${botan_config}" = "no" ; then
if test "${use_openssl}" = "no" ; then if test "${use_openssl}" = "no" ; then
AC_MSG_ERROR([Need Botan or OpenSSL for libcryptolink]) AC_MSG_ERROR([Need Botan or OpenSSL for libcryptolink])
@@ -764,7 +765,7 @@ then
DISABLED_CRYPTO="OpenSSL" DISABLED_CRYPTO="OpenSSL"
CRYPTO_PACKAGE="botan-1.8" CRYPTO_PACKAGE="botan-1.8"
CRYPTO_CFLAGS="" CRYPTO_CFLAGS=""
DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-botan-config=$botan_config" DISTCHECK_CRYPTO_CONFIGURE_FLAG="$distcheck_botan"
AC_DEFINE_UNQUOTED([WITH_BOTAN], [], [Compile with Botan crypto]) AC_DEFINE_UNQUOTED([WITH_BOTAN], [], [Compile with Botan crypto])
else else
CRYPTO_NAME="OpenSSL" CRYPTO_NAME="OpenSSL"