diff --git a/configure b/configure index 1c2ee81cdafb4c..7074021cf5bfee 100755 --- a/configure +++ b/configure @@ -973,7 +973,10 @@ def configure_openssl(o): ] else: o['variables']['openssl_fips'] = '' - + try: + os.remove('config_fips.gypi') + except OSError: + pass if options.without_ssl: def without_ssl_error(option):