Have build farm always use included popt.
authorWayne Davison <wayned@samba.org>
Tue, 4 Jan 2011 16:00:31 +0000 (08:00 -0800)
committerWayne Davison <wayned@samba.org>
Tue, 4 Jan 2011 16:00:31 +0000 (08:00 -0800)
configure

index 48d41eb..32cc3b5 100755 (executable)
--- 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