summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-12-19 16:01:39 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-12-19 16:01:39 -0800
commitae7b9a0d5c69ee21a8d01de228777109a071d8f7 (patch)
tree85de8311b3c08a4b2f50e45a5b5cd137559eaaab /configure
parent07a6f5eca27c11110f4aaec2dcc07ca12021c924 (diff)
configure: restore old behaviour
Previous change wasn't needed, since merge of configure: move toolchain init to a function
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 511b3439..da01c19b 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"