Small tweaks for code consistency.

This commit is contained in:
Richard Levitte 2002-12-19 21:55:48 +00:00
parent f968059c67
commit 9564997222

View file

@ -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)
{