From 758ccd879f8d8680be26c3e654f54319f3f6a6c3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 31 Mar 2015 11:35:30 -0700 Subject: [PATCH 2/3] Regerate configure in zlib * configure: Regenerated. --- zlib/configure | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/zlib/configure b/zlib/configure index 1a9d854..e739ddd 100755 --- a/zlib/configure +++ b/zlib/configure @@ -12644,12 +12644,15 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "default-1":C) # Only add multilib support code if we just rebuilt the top-level -# Makefile. -case " $CONFIG_FILES " in - *" Makefile "*) - ac_file=Makefile . ${multi_basedir}/config-ml.in - ;; -esac ;; +# Makefile. If ${multi_basedir}/config-ml.in doesn't exist, we aren't +# building for target, we don't add multilib support code. +if test -f ${multi_basedir}/config-ml.in; then + case " $CONFIG_FILES " in + *" Makefile "*) + ac_file=Makefile . ${multi_basedir}/config-ml.in + ;; + esac +fi ;; "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval -- 1.9.3