From 4ab6125214981c3ce41e9ddd0cbef14ef3fdcfe0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 4 Jan 2011 08:00:31 -0800 Subject: [PATCH] Have build farm always use included popt. --- configure | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1