diff --git a/configure b/configure index d1167f961ac4c2..c2bc15e61a463e 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):