summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-03-15 15:14:13 +0000
committerRene Engelhard <rene@debian.org>2011-03-15 22:54:51 +0100
commit34654ef6e65b9264af7727005cae67967e3ff005 (patch)
treef0b0e206c7bb20d0242474bc33b75047817ab8a0
parentDowngrade icu to 4.4.2 (diff)
downloadcore-34654ef6e65b9264af7727005cae67967e3ff005.tar.gz
core-34654ef6e65b9264af7727005cae67967e3ff005.zip
make graphite2 check check for >= 0.9.3
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a1e231d47295..fade6b07f7e3 100755
--- a/configure.in
+++ b/configure.in
@@ -5242,7 +5242,7 @@ if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "z$enable_graphite" = "z" -
test "$with_system_graphite" != "no"; then
AC_MSG_RESULT([external])
SYSTEM_GRAPHITE=YES
- PKG_CHECK_MODULES( GRAPHITE, graphite2 )
+ PKG_CHECK_MODULES( GRAPHITE, graphite2 >= 0.9.3 )
else
AC_MSG_RESULT([internal])
SYSTEM_GRAPHITE=NO