From: Richard Levitte Date: Thu, 19 Dec 2002 21:55:48 +0000 (+0000) Subject: Small tweaks for code consistency. X-Git-Tag: OpenSSL_0_9_7a~86^2~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95649972222c84123071489a8e907b51f22605d6;p=oweals%2Fopenssl.git Small tweaks for code consistency. --- diff --git a/Configure b/Configure index ab2fb3083d..59a6d0846d 100755 --- 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) {