[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Wed Aug 5 05:04:36 PDT 2015
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit eaa20331758ef83a5f13bae7cbd776d7727d1c73
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Aug 5 15:02:40 2015 +0300
Graphite is enabled by default, so give help for --disable-graphite instead
(Not that I know if there is any good reason to keep it optional.)
Change-Id: I92c52ad201661755e2d6eb023be7e268249b75a2
diff --git a/configure.ac b/configure.ac
index 2e7591f..274ff7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -949,8 +949,8 @@ AC_ARG_ENABLE(mergelibs,
)
AC_ARG_ENABLE(graphite,
- AS_HELP_STRING([--enable-graphite],
- [Enables the compilation of Graphite smart font rendering.])
+ AS_HELP_STRING([--disable-graphite],
+ [Disables the compilation of Graphite smart font rendering.])
)
AC_ARG_ENABLE(orcus,
More information about the Libreoffice-commits
mailing list