From: Sebastian Pop Date: Fri, 8 Feb 2019 20:46:48 +0000 (-0600) Subject: remove unused variable NM X-Git-Tag: 1.9.9-b1~520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6decf1ab2ccf1a0edd849c33aa938ef403fd003;p=thirdparty%2Fzlib-ng.git remove unused variable NM --- diff --git a/configure b/configure index c85421d6..5b3c8363 100755 --- a/configure +++ b/configure @@ -65,12 +65,6 @@ if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; else RANLIB=${RANLIB-"ranlib"} fi -if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then - NM=${NM-"${CROSS_PREFIX}nm"} - test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log -else - NM=${NM-"nm"} -fi # set defaults before processing command line options LDCONFIG=${LDCONFIG-"ldconfig"}