mirror of
https://github.com/rfc1036/whois.git
synced 2026-08-31 07:30:22 +00:00
config.h: fix uclibc builds without NLS
uclibc defines __GLIBC__ but doesn't always have NLS support resulting
in the following build failure:
In file included from whois.h:1,
from whois.c:44:
utils.h:38:11: fatal error: libintl.h: No such file or directory
38 | # include <libintl.h>
| ^~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/a9d1c9076345d94ac2f9a4008b8563c5a34f655e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
d80e41cc9e
commit
6f8c9f5d85