From 6e6c8d18c621017ec8ec3b8e0d5e9ec6810e682a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 15 Apr 2013 13:22:29 +0200 Subject: Fix the gnutls test. Change-Id: I3990e9fd073f06427dd86c690371011eb029b397 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 13c2d0bcfa56..10478393c563 100644 --- a/configure.ac +++ b/configure.ac @@ -8588,8 +8588,8 @@ if test "$enable_neon" != "no" && test "$enable_openssl" = "no"; then AC_MSG_RESULT([yes]) AM_PATH_LIBGCRYPT() PKG_CHECK_MODULES(GNUTLS, [gnutls],, - AC_MSG_ERROR([Disabling OpenSSL was requested, but GNUTLS is not - available in the system to use as replacement.])) + AC_MSG_ERROR([[Disabling OpenSSL was requested, but GNUTLS is not + available in the system to use as replacement.]])) fi AC_SUBST([LIBGCRYPT_CFLAGS]) -- cgit