summaryrefslogtreecommitdiffstats
path: root/m4macros/ax_crypto.m4
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2022-01-10 16:04:56 +0100
committerFrancis Dupont <fdupont@isc.org>2022-01-12 15:09:35 +0100
commit57a2beb736911317954cd3800f3e8d0bc556b778 (patch)
tree0f73c9937289177dbd1db9b09dfa40a0ff17ce53 /m4macros/ax_crypto.m4
parent[#897] Added a proposed ChangeLog entry (diff)
downloadkea-57a2beb736911317954cd3800f3e8d0bc556b778.tar.xz
kea-57a2beb736911317954cd3800f3e8d0bc556b778.zip
[#2218] Added quotes and double quotes
Diffstat (limited to 'm4macros/ax_crypto.m4')
-rw-r--r--m4macros/ax_crypto.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4
index e1b43f8f0c..6786bac1ef 100644
--- a/m4macros/ax_crypto.m4
+++ b/m4macros/ax_crypto.m4
@@ -94,8 +94,8 @@ if test "${use_openssl}" != "auto" -a "${use_openssl}" != "no" ; then
botan_config="no"
fi
AC_ARG_WITH([botan-config],
- AS_HELP_STRING([--with-botan-config=PATH],
- [specify the path to the botan-config script]),
+ [AS_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