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 48d41eb98a51f325bd4f7bb0661c6952c8035587..32cc3b5d8d9bcaf4b7987da7a9520d8f73eed29f 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