diff --git a/configure b/configure index 05e2cabb414..fe9ceec93f8 100755 --- a/configure +++ b/configure @@ -974,7 +974,7 @@ IFS=$SAVED_IFS cmake $* "$relpath" } -parseCommandline $@ +parseCommandline "$@" handleHelp if [ "$BUILD_WITH_CMAKE" = "yes" ]; then getCMakeCmdLine $@ @@ -984,8 +984,8 @@ else findAwk findMake checkQMakeEnv - checkTopLevelBuild $@ - getOptAndQMakeCmdLines $@ + checkTopLevelBuild "$@" + getOptAndQMakeCmdLines "$@" detectOperatingSystem maybeVerifyXcode detectQtVersion