PR: 2512
[openssl.git] / util / mkfiles.pl
index 1c8493ae2209cfa91a2767fb303ed368a119f068..94ab502f8d0c44f9aacf38fae1881711c03d6f70 100755 (executable)
@@ -155,7 +155,7 @@ if ($dir eq "." && defined($sym{"BUILDENV"}))
 print "RELATIVE_DIRECTORY=\n";
 
 close (IN);
-if ($dir eq "." && $sym{CONFIGURE_ARGS} =~ /fipscanisteronly/)
+if ($dir eq "." && $sym{FIPSCANISTERONLY} eq "y")
        {
        $fipscanisteronly = 1;
        }