Avoid leaving a file open on error return.
[rsync.git] / 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