commit | 95649972222c84123071489a8e907b51f22605d6 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Dec 19 21:55:48 2002 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Dec 19 21:55:48 2002 +0000 |
tree | c35787a426cf36f7a790f912b8e66ae51fe8d49f | |
parent | f968059c67621b32ab3a98d62c97e6ff73a273b7 [diff] [blame] |
Small tweaks for code consistency.
diff --git a/Configure b/Configure index ab2fb30..59a6d08 100755 --- a/Configure +++ b/Configure
@@ -1037,7 +1037,7 @@ } } $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 @@ # } } -$lflags="$libs$lflags"if ($libs ne ""); +$lflags="$libs$lflags" if ($libs ne ""); if ($no_asm) {