[Libreoffice-commits] core.git: configure.ac
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 2 07:45:41 UTC 2021
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit edfd864ab45c029bb590ab34c711cd269e140f09
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jun 1 20:47:01 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jun 2 09:45:04 2021 +0200
make --enable-gtk4 work again
missing $ for test_gtk4 in...
commit 3d1f28dd1fbb2fe3f5b933a9d692fb4d033f08b6
Date: Sun May 30 18:19:40 2021 +0200
configure: Refactor platform defaults
Change-Id: I8f08ab5945fbd98e2ff9eeede83bfad324b1c44a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116558
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/configure.ac b/configure.ac
index dcb01d45a038..077684be36b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11551,7 +11551,7 @@ AC_SUBST(GTK3_CFLAGS)
GTK4_CFLAGS=""
GTK4_LIBS=""
-if test "test_gtk4" = yes -a "x$enable_gtk4" = "xyes"; then
+if test "$test_gtk4" = yes -a "x$enable_gtk4" = "xyes"; then
if test "$with_system_cairo" = no; then
add_warning 'Non-system cairo combined with gtk4 is assumed to cause trouble; proceed at your own risk.'
fi
More information about the Libreoffice-commits
mailing list