The relationship between LDNS_UTILS and BIND_UTILS was inverted.

This commit is contained in:
Dag-Erling Smørgrav 2013-02-15 14:22:23 +00:00
parent d7ffa24831
commit 4e7b60a46c

View File

@ -477,7 +477,7 @@ MK_BIND_UTILS:= no
MK_LDNS_UTILS:= no
.endif
.if ${MK_LDNS_UTILS} == "no"
.if ${MK_LDNS_UTILS} != "no"
MK_BIND_UTILS:= no
.endif