diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-01 10:37:11 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-01 10:37:11 +0000 |
commit | de175a032d27b2f22d2394b1c4b42734a211271d (patch) | |
tree | 654b97dcc30fb6f033d65b57a2c1b660b7bd2ef3 /Build/source/libs/gd | |
parent | a01f17b2387fe42f2578c94d964f39a1e58a1e6f (diff) |
zziplib-0.13.58, minor build system cleanup
git-svn-id: svn://tug.org/texlive/trunk@16892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r-- | Build/source/libs/gd/ac/withenable.ac | 4 | ||||
-rwxr-xr-x | Build/source/libs/gd/configure | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/gd/ac/withenable.ac b/Build/source/libs/gd/ac/withenable.ac index ad82e4f490a..e190de9177c 100644 --- a/Build/source/libs/gd/ac/withenable.ac +++ b/Build/source/libs/gd/ac/withenable.ac @@ -1,6 +1,6 @@ -## libs/gd/kpse/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/gd/ +## libs/gd/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/gd/ dnl -dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl ## configure options and TL libraries required for gd diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure index e8783170efe..f155f05d169 100755 --- a/Build/source/libs/gd/configure +++ b/Build/source/libs/gd/configure @@ -12491,7 +12491,7 @@ if test "x$with_system_freetype2" = xyes; then if $FT2_CONFIG --ftversion >/dev/null 2>&1; then FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags` FREETYPE2_LIBS=`$FT2_CONFIG --libs` -elif test "x$need_freetype2:$with_system_freetype2" = 'xyes:yes'; then +elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then as_fn_error "did not find freetype-config required for system freetype2 library" "$LINENO" 5 fi else |