diff --git a/configure b/configure index 4fd97f25894448..1c8fa6b7db54cb 100755 --- a/configure +++ b/configure @@ -984,7 +984,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):