diff options
Diffstat (limited to 'm4macros/ax_crypto.m4')
-rw-r--r-- | m4macros/ax_crypto.m4 | 4 |
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 |