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

Small tweaks for code consistency.

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