1 Add an option to disable NIS
3 NIS is not necessarily available in uClibc, so we need an option to
4 not compile support for it.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 configure.in | 6 ++++++
10 1 file changed, 6 insertions(+)
13 ===================================================================
16 @@ -2656,6 +2656,12 @@
17 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk"
21 + AS_HELP_STRING([--disable-nis], [disable NIS]),
22 + [ if test "$enableval" = "no"; then
23 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} nis"
28 AS_HELP_STRING([--disable-tk], [disable tk]),