summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew J. Francis <mjay.francis@gmail.com>2014-10-28 16:10:44 +0800
committerNoel Grandin <noelgrandin@gmail.com>2014-10-30 14:03:06 +0000
commit86255b6fa31fb65e31a8a3f702a58a27e76c36d2 (patch)
tree046fa3c1e69eb4951b73acd5ac773a7d33e6c160 /configure.ac
parent0cba83792d6b2d42a73abcf9a43a8608e175fa6b (diff)
Document that gtk3 support is experimental
Change-Id: I87df8cb6a4e4e374c5c9782e695fcdf020d5707f Reviewed-on: https://gerrit.libreoffice.org/12121 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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,