| configure.ac (62840caa) | configure.ac (539e46a3) |
|---|---|
| 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 4881 unchanged lines hidden (view full) --- 4890AC_SUBST(ICU_MICRO) 4891 4892dnl =================================================================== 4893dnl Graphite 4894dnl =================================================================== 4895 4896ENABLE_GRAPHITE="FALSE" 4897AC_MSG_CHECKING([whether to enable graphite support]) | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 4881 unchanged lines hidden (view full) --- 4890AC_SUBST(ICU_MICRO) 4891 4892dnl =================================================================== 4893dnl Graphite 4894dnl =================================================================== 4895 4896ENABLE_GRAPHITE="FALSE" 4897AC_MSG_CHECKING([whether to enable graphite support]) |
| 4898if test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" = "Linux" \) ; then | 4898if test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" \) ; then |
| 4899 AC_MSG_RESULT([yes]) 4900 ENABLE_GRAPHITE="TRUE" 4901 AC_MSG_CHECKING([which graphite to use]) 4902 if test -n "$with_system_graphite" -o -n "$with_system_libs" && \ 4903 test "$with_system_graphite" != "no"; then 4904 AC_MSG_RESULT([external]) 4905 SYSTEM_GRAPHITE=YES 4906 PKG_CHECK_MODULES( GRAPHITE, silgraphite ) --- 2346 unchanged lines hidden --- | 4899 AC_MSG_RESULT([yes]) 4900 ENABLE_GRAPHITE="TRUE" 4901 AC_MSG_CHECKING([which graphite to use]) 4902 if test -n "$with_system_graphite" -o -n "$with_system_libs" && \ 4903 test "$with_system_graphite" != "no"; then 4904 AC_MSG_RESULT([external]) 4905 SYSTEM_GRAPHITE=YES 4906 PKG_CHECK_MODULES( GRAPHITE, silgraphite ) --- 2346 unchanged lines hidden --- |