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 511b343..da01c19 100755
--- a/configure
+++ b/configure
@@ -12,6 +12,7 @@
     : ${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 @@
 }
 
 echo "# Generated config based on" $INCLUDE >Config
-echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
 check_toolchain
 
 echo "TC schedulers"