Update for Rust library changes

This commit is contained in:
Patrick Walton 2012-10-11 12:56:51 -07:00
parent a0c2db053d
commit fa91fbdb76
3 changed files with 4 additions and 4 deletions

2
configure vendored
View file

@ -73,7 +73,7 @@ putvar() {
else
printf "configure: %-20s := %s %s\n" $1 "$T" "$2"
fi
printf "%-20s := %s\n" $1 "$T" >>${CFG_SRC_DIR}config.tmp
printf "%-20s ?= %s\n" $1 "$T" >>${CFG_SRC_DIR}config.tmp
}
probe() {