]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
remove unused variable NM
authorSebastian Pop <s.pop@samsung.com>
Fri, 8 Feb 2019 20:46:48 +0000 (14:46 -0600)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 1 Mar 2019 10:55:49 +0000 (11:55 +0100)
configure

index c85421d69ed65f93f478017c0c0c7d26239a73f3..5b3c83636e7336caef0de3e9c7932b4e53d8386a 100755 (executable)
--- 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"}