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:
Enji Cooper 2017-08-02 21:38:15 +00:00
parent f117e4e1df
commit edb58145c8

View File

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