summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index d1167f961a..c2bc15e61a 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):