[Libreoffice-commits] core.git: configure.ac

David Tardon dtardon at redhat.com
Thu Feb 23 14:49:05 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4be2f6eb037af5d15c0cff913f96c68a41b4473
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Feb 23 15:48:34 2017 +0100

    quote this properly
    
    Change-Id: I0c90c1c0396558a29f59b1fde8309bbeb15d1fb6

diff --git a/configure.ac b/configure.ac
index 8ffe744..b787dc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10456,7 +10456,7 @@ if test "$_os" = "Linux"; then
 
         # C++ library doesn't come with fancy gpgmepp-config, check for headers the old-fashioned way
         AC_CHECK_HEADER(gpgme++/gpgmepp_version.h, [ GPGMEPP_CFLAGS=-I/usr/include/gpgme++ ],
-            [AC_MSG_ERROR(gpgmepp headers not found, install gpgmepp development package)], [])
+            [AC_MSG_ERROR([gpgmepp headers not found, install gpgmepp development package])], [])
         # progress_callback is the only func with plain C linkage
         # checking for it also filters out older, KDE-dependent libgpgmepp versions
         AC_CHECK_LIB(gpgmepp, progress_callback, [ GPGMEPP_LIBS=-lgpgmepp ],


More information about the Libreoffice-commits mailing list