diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-12 14:42:02 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-12 14:42:02 +0000 |
commit | e96d533771de7ceeb155f9e2a093e67e0dc40ab1 (patch) | |
tree | e307e1ae0d17abcb640c37be30b7bdf5e370e074 /Build/source/libs/cairo | |
parent | 43053489cfb1957b1779be81ba6bd1ac96f71165 (diff) |
Build system: Reorganize flags for system (installed) libraries
git-svn-id: svn://tug.org/texlive/trunk@36495 c570f23f-e606-0410-a88d-b1316a301751
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" |