diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-26 13:14:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-26 13:14:20 +0000 |
commit | 4f821208419552839a9bf7eb9eb85d03127aa38e (patch) | |
tree | d8095a3b53de2a30c7da15ba71c569eb4420ca37 /Build/source/configure | |
parent | b832e87fa77c4ce054377575c80eacb02d9941c3 (diff) |
build system: Fixed some typos
git-svn-id: svn://tug.org/texlive/trunk@29511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |