From 4f821208419552839a9bf7eb9eb85d03127aa38e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 26 Mar 2013 13:14:20 +0000 Subject: build system: Fixed some typos git-svn-id: svn://tug.org/texlive/trunk@29511 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/configure') diff --git a/Build/source/configure b/Build/source/configure index 24f1bb466e2..76585ead896 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20375,7 +20375,7 @@ 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 - as_fn_error $? "did not find cairo-1.10 or better" "$LINENO" 5 + as_fn_error $? "did not find cairo-1.12 or better" "$LINENO" 5 fi if $PKG_CONFIG poppler --atleast-version=0.12; then -- cgit v1.2.3