diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-07 15:06:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-07 15:06:47 +0000 |
commit | 8eec1138666490fba3cabc5da0e8bbba772373c0 (patch) | |
tree | ffc7fd498102faaebe7b25f9595db11c50d8b846 /Build/source/libs/zlib/configure | |
parent | 20b9f354ee6de89e33030360df3e774ab1b7c470 (diff) |
remove obsolete zlib-1.2.3
git-svn-id: svn://tug.org/texlive/trunk@20674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/configure')
-rwxr-xr-x | Build/source/libs/zlib/configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/libs/zlib/configure b/Build/source/libs/zlib/configure index 9fcbc75da22..05b5caf174d 100755 --- a/Build/source/libs/zlib/configure +++ b/Build/source/libs/zlib/configure @@ -608,9 +608,6 @@ LTLIBOBJS LIBOBJS ZLIB_TREE ZLIB_DEFINES -ZLIB123_FALSE -ZLIB123_TRUE -OTHER_TREE EGREP GREP CPP @@ -4120,7 +4117,6 @@ fi done - ZCONF_SRC=zlib-1.2.5/zconf.h.in if test x"$ac_cv_header_unistd_h" = xyes; then zconf_sh='sed <$srcdir/'"$ZCONF_SRC"' "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\\(.*\\) may be/ 1\\1 was/" >' @@ -4416,16 +4412,6 @@ case $ac_cv_sys_largefile_source in #( ZLIB_DEFINES="$ZLIB_DEFINES -D_LARGEFILE_SOURCE=1" ;; esac -OTHER_TREE=zlib-1.2.3 - - if test "x1.2.5" = x1.2.3; then - ZLIB123_TRUE= - ZLIB123_FALSE='#' -else - ZLIB123_TRUE='#' - ZLIB123_FALSE= -fi - ac_config_commands="$ac_config_commands zconf.h" @@ -4601,10 +4587,6 @@ if test -z "${build_TRUE}" && test -z "${build_FALSE}"; then as_fn_error $? "conditional \"build\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${ZLIB123_TRUE}" && test -z "${ZLIB123_FALSE}"; then - as_fn_error $? "conditional \"ZLIB123\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 |