]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
configure: restore old behaviour
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 20 Dec 2012 00:01:39 +0000 (16:01 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 20 Dec 2012 00:01:39 +0000 (16:01 -0800)
Previous change wasn't needed, since merge of
configure: move toolchain init to a function

configure

index 511b343960d80db4d4940f18fd2432266de4f16e..da01c19b6afa37ea500b2cd45711985b18410b8e 100755 (executable)
--- 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"