Have build farm always use included popt.

This commit is contained in:
Wayne Davison
2011-01-04 08:00:31 -08:00
parent 49eb0c4a35
commit 4ab6125214

2
configure vendored
View File

@@ -8,6 +8,8 @@ realconfigure="$dir/configure.sh"
if test ! -f "$realconfigure"; then
if test -f "$HOME/build_farm/build_test.fns"; then
# Test the included popt
set -- --with-included-popt "${@}"
# Allow the build farm to grab latest files via rsync.
actions='build fetch'
else