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

New commits:
commit b18c44e7e467ab872dc6283d558c57d91ead45cb
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Jul 27 15:17:11 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Jul 27 15:58:16 2020 +0200

    Missing quoting
    
    Change-Id: I4ad942f7fa490f072e9751f55a42279345d7d181
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99483
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configure.ac b/configure.ac
index e89c23732c40..5e846685cf1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4169,7 +4169,7 @@ if test "$enable_gdb_index" != "no"; then
         AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[ return 0; 
]])],[have_ggnu_pubnames=TRUE],[have_ggnu_pubnames=])
         if test "$have_ggnu_pubnames" != "TRUE"; then
             if test "$enable_gdb_index" = "yes"; then
-                AC_MSG_ERROR( no, --enable-gdb-index not supported )
+                AC_MSG_ERROR([no, --enable-gdb-index not supported])
             else
                 AC_MSG_RESULT( no )
             fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to