summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parentd257209a5443e27cefc8872151d776767605cbae (diff)
The only OS graphite is not available on is MacOS X
Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738
Diffstat (limited to 'configure.ac')
-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)