diff --git a/config.lib b/config.lib index c73df6ada8..3505229e36 100644 --- a/config.lib +++ b/config.lib @@ -237,9 +237,9 @@ detect_params() { --with-osx-sysroot) with_osx_sysroot="2";; --with-osx-sysroot=*) with_osx_sysroot="$optarg";; - --without-application-bundle) with_applicant_bundle="0";; - --with-application-bundle) with_applicant_bundle="1";; - --with-application-bundle=*) with_applicant_bundle="$optarg";; + --without-application-bundle) with_application_bundle="0";; + --with-application-bundle) with_application_bundle="1";; + --with-application-bundle=*) with_application_bundle="$optarg";; CC=* | --CC=*) CC="$optarg";; CXX=* | --CXX=*) CXX="$optarg";;