summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-08-05 15:02:40 +0300
committerTor Lillqvist <tml@collabora.com>2015-08-05 15:02:40 +0300
commiteaa20331758ef83a5f13bae7cbd776d7727d1c73 (patch)
tree3eef0694ec870cfa4a8c226ca0844bb3de2f364a /configure.ac
parent9c1f700aff5f7e375d3570231e6d68fe2e2c0334 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2e7591fc309c..274ff7f3f7f4 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,