diff options
Diffstat (limited to 'Build/source/libs/cairo')
-rwxr-xr-x | Build/source/libs/cairo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/cairo/configure b/Build/source/libs/cairo/configure index 1ff3c6488eb..d369678526c 100755 --- a/Build/source/libs/cairo/configure +++ b/Build/source/libs/cairo/configure @@ -6580,7 +6580,7 @@ if test "x$with_system_pixman" = xyes; then PIXMAN_INCLUDES=`$PKG_CONFIG pixman-1 --cflags` PIXMAN_LIBS=`$PKG_CONFIG pixman-1 --libs` elif test "x$need_pixman:$with_system_pixman" = xyes:yes; then - as_fn_error $? "did not find pixman-0.18 or better" "$LINENO" 5 + as_fn_error $? "did not find pixman-1 0.18 or better" "$LINENO" 5 fi else PIXMAN_INCLUDES="-I$kpse_BLD/libs/pixman/include" |