summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i109428
blob: 46380e3ca11156fa878fc21658421c6a563f53c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.in~	2010-02-04 02:35:04.000000000 +0900
+++ configure.in	2010-02-19 10:05:22.000000000 +0900
@@ -4467,7 +4467,7 @@
 dnl ===================================================================
 
 AC_MSG_CHECKING([whether to enable graphite support])
-if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" == "z" -o "$enable_graphite" != "no" ; then
+if test "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" && test "z$enable_graphite" = "z" -o "$enable_graphite" != "no" ; then
     AC_MSG_RESULT([yes])
     ENABLE_GRAPHITE="TRUE"
     AC_MSG_CHECKING([which graphite to use])
--- configure~	2010-02-19 10:00:38.000000000 +0900
+++ configure	2010-02-19 10:14:50.000000000 +0900
@@ -15617,7 +15617,7 @@
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable graphite support" >&5
 $as_echo_n "checking whether to enable graphite support... " >&6; }
-if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" == "z" -o "$enable_graphite" != "no" ; then
+if test "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" && test "z$enable_graphite" = "z" -o "$enable_graphite" != "no" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
     ENABLE_GRAPHITE="TRUE"