diff --git a/configure.py b/configure.py index 531c6388017903..9766036b0260d0 100755 --- a/configure.py +++ b/configure.py @@ -1240,7 +1240,7 @@ def without_ssl_error(option): if options.openssl_no_asm and options.shared_openssl: error('--openssl-no-asm is incompatible with --shared-openssl') - if options.openssl_fips: + if options.openssl_fips or options.openssl_fips == '': error('FIPS is not supported in this version of Node.js') configure_library('openssl', o)