summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2013-05-30 09:50:46 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-06-10 15:45:59 +0100
commitfdd6008def896b5f1f7448553bd2985e6252ed60 (patch)
treeda76bbf6e852d1c86670c1d69ef8a3101722e21c
parentd257209a5443e27cefc8872151d776767605cbae (diff)
The only OS graphite is not available on is MacOS X
Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 070b0a452c42..866022250375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8380,7 +8380,7 @@ dnl Graphite
dnl ===================================================================
AC_MSG_CHECKING([whether to enable graphite support])
-if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then
+if test "$_os" != "Darwin" && test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_GRAPHITE="TRUE"
AC_DEFINE(ENABLE_GRAPHITE)
oration'>Thomas Arnhold 2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet 2014-04-03Kill superfluous vertical whitespaceTor Lillqvist 2014-03-29typo: inteface -> interfaceThomas Arnhold 2014-03-01Remove visual noise from salAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe 2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa 2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard 2013-06-27Translate German comments.Chris Hoppe 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov 2013-03-09fdo#43460: use isEmpty()Thomas Arnhold 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann 2012-11-21re-base on ALv2 code. Includes:Michael Meeks