Commit 95649972 authored by Richard Levitte's avatar Richard Levitte
Browse files

Small tweaks for code consistency.

parent f968059c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 "";