summaryrefslogtreecommitdiff
path: root/config/comp_libs/gettext.in
blob: 85e438734449d1bfe7dc59960be74ec8cfe39a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
# gettext options

config GETTEXT_INCOMPATIBLE_WITH_UCLIBC_NG
    def_bool y
    depends on GETTEXT_0_21_or_later

if GETTEXT_INCOMPATIBLE_WITH_UCLIBC_NG
comment "This version of gettext is not compatible with uClibc-NG. Select"
comment "a different version if uClibc-NG is used on the target or (in a"
comment "Canadian cross build) on the host."
endif