summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-02 10:43:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-02 10:43:55 +0000
commit51c9a94fd776a8e05918e60d2c29851b936c0b07 (patch)
tree19542b571c56937b48a923d8fa3160e6ea1bcc24 /Build/source/texk/web2c/configure
parent8d25a8247e23c58faa1e92f1c849587d6b056cb8 (diff)
Require cairo-1.12 or better
git-svn-id: svn://tug.org/texlive/trunk@29268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 99671330817..bbb361202e6 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -23014,7 +23014,7 @@ if test "${with_system_cairo+set}" = set; then :
withval=$with_system_cairo;
fi
if test "x$with_system_cairo" = xyes; then
- if $PKG_CONFIG cairo --atleast-version=1.10; then
+ if $PKG_CONFIG cairo --atleast-version=1.12; then
CAIRO_INCLUDES=`$PKG_CONFIG cairo --cflags`
CAIRO_LIBS=`$PKG_CONFIG cairo --libs`
elif test "x$need_cairo:$with_system_cairo" = xyes:yes; then