configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6e6c8d18c621017ec8ec3b8e0d5e9ec6810e682a
Author: Jan Holesovsky <[email protected]>
Date:   Mon Apr 15 13:22:29 2013 +0200

    Fix the gnutls test.
    
    Change-Id: I3990e9fd073f06427dd86c690371011eb029b397

diff --git a/configure.ac b/configure.ac
index 13c2d0b..1047839 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])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to