[Libreoffice-commits] .: configure.in

René Engelhard rene at kemper.freedesktop.org
Tue Mar 15 14:58:34 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c162deaf8933fd1ef5069a8f8ab453c5678fcd65
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Mar 15 15:14:13 2011 +0000

    make graphite2 check check for >= 0.9.3

diff --git a/configure.in b/configure.in
index a1e231d..fade6b0 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


More information about the Libreoffice-commits mailing list