This commit is contained in:
Dr. Stephen Henson 2005-04-24 02:24:53 +00:00
parent 6bc8e6b898
commit c2db9cfb52

View file

@ -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;