Commit 9a3e5785 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove stray character after testing for enable-libgcrypt and enable_gnutls.

parent cfd1271f
...@@ -5560,7 +5560,7 @@ dnl libgcrypt ...@@ -5560,7 +5560,7 @@ dnl libgcrypt
dnl dnl
AC_ARG_ENABLE(libgcrypt, AC_ARG_ENABLE(libgcrypt,
[ --enable-libgcrypt libgcrypts support (default enabled)]) [ --enable-libgcrypt libgcrypts support (default enabled)])
if test "${enable_libgcrypt}" != "no" -a "${enable_gnutls}" != "no"i if test "${enable_libgcrypt}" != "no" -a "${enable_gnutls}" != "no"
then then
dnl Workaround for cross-compiling since AM_PATH_LIBGRYPT doesn't dectect dnl Workaround for cross-compiling since AM_PATH_LIBGRYPT doesn't dectect
dnl it and looks for libgcrypt headers in the wrong place. dnl it and looks for libgcrypt headers in the wrong place.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment