Allowing MK_NLS_CATALOGS to be enabled if MK_NLS == no doesn't make a whole lot
of sense. Anchor MK_NLS_CATALOGS being enabled off of MK_NLS. MFC after: 1 month
This commit is contained in:
parent
f117e4e1df
commit
edb58145c8
@ -376,6 +376,10 @@ MK_ATM:= no
|
||||
MK_BLUETOOTH:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_NLS} == "no"
|
||||
MK_NLS_CATALOGS:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_OPENSSL} == "no"
|
||||
MK_OPENSSH:= no
|
||||
MK_KERBEROS:= no
|
||||
|
Loading…
x
Reference in New Issue
Block a user