summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure2
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