projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc8e6b
)
Oops...
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 24 Apr 2005 02:24:53 +0000
(
02:24
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 24 Apr 2005 02:24:53 +0000
(
02:24
+0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index ba2e2a4f52bda90b2fc83039f9449ed915f29cbc..26a5d036ede3a8c41a58003caea915c76c439eb9 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-223,8
+223,6
@@
$inc_dir=(defined($VARS{'INC'}))?$VARS{'INC'}:$inc_def;
$bin_dir=$bin_dir.$o unless ((substr($bin_dir,-1,1) eq $o) || ($bin_dir eq ''));
-print STDERR "XCFLAGS is $xcflags\n";
-
$cflags= "$xcflags$cflags" if $xcflags ne "";
$cflags.=" -DOPENSSL_NO_IDEA" if $no_idea;