From: Wayne Davison Date: Tue, 4 Jan 2011 16:00:31 +0000 (-0800) Subject: Have build farm always use included popt. X-Git-Tag: v3.1.0pre1~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ab6125214981c3ce41e9ddd0cbef14ef3fdcfe0;p=thirdparty%2Frsync.git Have build farm always use included popt. --- diff --git a/configure b/configure index 48d41eb9..32cc3b5d 100755 --- a/configure +++ b/configure @@ -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