Author: pfg
Date: Thu Feb 2 22:35:12 2012
New Revision: 1239891
URL: http://svn.apache.org/viewvc?rev=1239891&view=rev
Log:
i109428 - FreeBSD porting: graphite support.
Modified:
incubator/ooo/trunk/main/configure.in
Modified: incubator/ooo/trunk/main/configure.in
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1239891&r1=1239890&r2=1239891&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Thu Feb 2 22:35:12 2012
@@ -4895,7 +4895,7 @@ dnl ====================================
ENABLE_GRAPHITE="FALSE"
AC_MSG_CHECKING([whether to enable graphite support])
-if test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" =
"Linux" \) ; then
+if test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" =
"Linux" -o "$_os" = "FreeBSD" \) ; then
AC_MSG_RESULT([yes])
ENABLE_GRAPHITE="TRUE"
AC_MSG_CHECKING([which graphite to use])