diff options
author | Francis Dupont <fdupont@isc.org> | 2015-11-23 22:52:04 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-11-23 22:52:04 +0100 |
commit | 8e1d1e9b4b99e2b61d81256271652250612be787 (patch) | |
tree | 77e8a88bc2334c45a3e0d8d9f151ca61f92d199c /configure.ac | |
parent | [master] Revert only the trac4121 merge (diff) | |
parent | [4201] Second attempt with a better fix (diff) | |
download | kea-8e1d1e9b4b99e2b61d81256271652250612be787.tar.xz kea-8e1d1e9b4b99e2b61d81256271652250612be787.zip |
[master] Merged trac4201 (distcheck warning)
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c247d0026..b471c62c49 100755 --- a/configure.ac +++ b/configure.ac @@ -591,6 +591,7 @@ AC_ARG_WITH([botan-config], AC_HELP_STRING([--with-botan-config=PATH], [specify the path to the botan-config script]), [botan_config="$withval"]) +distcheck_botan="--with-botan-config=$botan_config" if test "${botan_config}" = "no" ; then if test "${use_openssl}" = "no" ; then AC_MSG_ERROR([Need Botan or OpenSSL for libcryptolink]) @@ -764,7 +765,7 @@ then DISABLED_CRYPTO="OpenSSL" CRYPTO_PACKAGE="botan-1.8" CRYPTO_CFLAGS="" - DISTCHECK_CRYPTO_CONFIGURE_FLAG="--with-botan=$botan_config" + DISTCHECK_CRYPTO_CONFIGURE_FLAG="$distcheck_botan" AC_DEFINE_UNQUOTED([WITH_BOTAN], [], [Compile with Botan crypto]) else CRYPTO_NAME="OpenSSL" |