configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fdd6008def896b5f1f7448553bd2985e6252ed60
Author: François Tigeot <[email protected]>
Date: Thu May 30 09:50:46 2013 +0200
The only OS graphite is not available on is MacOS X
Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738
diff --git a/configure.ac b/configure.ac
index 070b0a45..8660222 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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits