Auto detect no-ec2m add option to make no-ec2m tarball.
[openssl.git] / Configure
index 22a5793e24502669e5834875a8ba9ac9ab692393..88d87a598130139ad781795df48fae6726ea94f9 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1717,6 +1717,10 @@ while (<IN>)
                s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.\$(SHLIB_MAJOR).dylib .dylib/;
                }
        s/^SHARED_LDFLAGS=.*/SHARED_LDFLAGS=$shared_ldflag/;
+       if ($fipscanisteronly == 2 && exists $disabled{"ec2m"})
+               {
+               next if (/ec2_/ || /bn_gf2m/);
+               }
        print OUT $_."\n";
        }
 close(IN);