diff --git a/configure b/configure index 0ed2039ceb..6ddc1af9d4 100755 --- a/configure +++ b/configure @@ -111,7 +111,7 @@ case "${progname}" in ;; esac -for arg in $*; +for arg in $* do # handle things that might have args following as separate words if [ -n "${next_prefix}" ] ; then prefix=${arg} ; prefixoption="-prefix=${prefix}" ; next_prefix=