summaryrefslogtreecommitdiff
path: root/libintl/libintl-musl.c
Commit message (Collapse)AuthorAgeFilesLines
* libintl: make it optional and configurablexhe2017-07-291-0/+5
As rofl0r suggested, libintl.a now comes in two flavours, no-op or musl, or we could just disable it. no-op: gettext functions just return the input string as translation and symbols help to get past configure scripts musl: symbols as in no-op, with libintl built-in in to recent musl version Use LIBINTL=FLAVOR, FLAVOR can be NOOP(no-op), MUSL, NONE(disable)