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:
f968059
)
Small tweaks for code consistency.
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 21:55:48 +0000
(21:55 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Dec 2002 21:55:48 +0000
(21:55 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index ab2fb3083d78a730e3f680876739df579af9acc1..59a6d0846da4df7c485d029697a70a416ebccae5 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1037,7
+1037,7
@@
else
}
}
$withargs{"krb5-lib"} .= " -lresolv"
- if ("$lresolv");
+ if ("$lresolv"
ne ""
);
$withargs{"krb5-include"} = "-I".$withargs{"krb5-dir"}."/include"
if $withargs{"krb5-include"} eq "" &&
$withargs{"krb5-dir"} ne "";
@@
-1096,7
+1096,7
@@
else
# }
}
-$lflags="$libs$lflags"if ($libs ne "");
+$lflags="$libs$lflags"
if ($libs ne "");
if ($no_asm)
{