summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-01-04 08:00:31 -0800
committerWayne Davison <wayned@samba.org>2011-01-04 08:00:31 -0800
commit4ab6125214981c3ce41e9ddd0cbef14ef3fdcfe0 (patch)
treed69b87592b0bfaecfe247ad7d2e66458d7bace9b /configure
parent49eb0c4a3518ad16d9a67f136fc6f1965c8690f0 (diff)
downloadrsync-4ab6125214981c3ce41e9ddd0cbef14ef3fdcfe0.tar.gz
Have build farm always use included popt.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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