Update from 1.0.0-stable branch.
[openssl.git] / util / mk1mf.pl
index 6b052fa31ca85d68e495f7434475c85093cdb09f..a8507b294812b1b6a71715c91588c2871b6821f0 100755 (executable)
@@ -54,6 +54,8 @@ while(<IN>) {
 }
 close(IN);
 
+$debug = 1 if $mf_platform =~ /^debug-/;
+
 die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq "";
 
 $infile="MINFO";