From 86255b6fa31fb65e31a8a3f702a58a27e76c36d2 Mon Sep 17 00:00:00 2001 From: "Matthew J. Francis" Date: Tue, 28 Oct 2014 16:10:44 +0800 Subject: [PATCH] Document that gtk3 support is experimental Change-Id: I87df8cb6a4e4e374c5c9782e695fcdf020d5707f Reviewed-on: https://gerrit.libreoffice.org/12121 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 964fc5b313dd..2796015ece11 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,8 @@ AC_ARG_ENABLE(gtk, AC_ARG_ENABLE(gtk3, AS_HELP_STRING([--enable-gtk3], - [Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available.]), + [Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available. + This is experimental and may not work.]), ,enable_gtk3=no) AC_ARG_ENABLE(systray,