[Libreoffice-commits] core.git: configure.ac
Rene Engelhard
rene at debian.org
Thu Feb 11 14:54:42 UTC 2016
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e20316ede6978d0ace077c3f3dd5c22fea54b5dc
Author: Rene Engelhard <rene at debian.org>
Date: Thu Feb 11 15:52:56 2016 +0100
fix configure.ac help: --disable-gtk3 as enable_gtk3=yes is default
Change-Id: Ib35b5d2f352606208471262cdc69da136e88275f
diff --git a/configure.ac b/configure.ac
index ca5ae09..670acb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1176,7 +1176,7 @@ AC_ARG_ENABLE(gtk,
,enable_gtk=yes)
AC_ARG_ENABLE(gtk3,
- AS_HELP_STRING([--enable-gtk3],
+ AS_HELP_STRING([--disable-gtk3],
[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=yes)
More information about the Libreoffice-commits
mailing list