MFC r321952:

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.
This commit is contained in:
Enji Cooper 2017-09-30 20:46:34 +00:00
parent c0eb492e98
commit e6291c1be1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324140

View File

@ -569,6 +569,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