From: Stephen Hemminger Date: Thu, 20 Dec 2012 00:01:39 +0000 (-0800) Subject: configure: restore old behaviour X-Git-Tag: v3.8.0~3^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7b9a0d5c69ee21a8d01de228777109a071d8f7;p=thirdparty%2Fiproute2.git configure: restore old behaviour Previous change wasn't needed, since merge of configure: move toolchain init to a function --- diff --git a/configure b/configure index 511b34396..da01c19b6 100755 --- a/configure +++ b/configure @@ -12,6 +12,7 @@ check_toolchain() : ${PKG_CONFIG:=pkg-config} : ${AR=ar} : ${CC=gcc} + echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config echo "AR:=${AR}" >>Config echo "CC:=${CC}" >>Config } @@ -231,7 +232,6 @@ EOF } echo "# Generated config based on" $INCLUDE >Config -echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config check_toolchain echo "TC schedulers"