[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 27 13:58:53 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b18c44e7e467ab872dc6283d558c57d91ead45cb
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jul 27 15:17:11 2020 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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
More information about the Libreoffice-commits
mailing list