]> git.ipfire.org Git - thirdparty/util-linux.git/commit
script: fix building with --disable-nls
authorNatanael Copa <ncopa@alpinelinux.org>
Tue, 30 Aug 2011 11:50:28 +0000 (11:50 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2011 12:22:26 +0000 (14:22 +0200)
commitd03771272483cae8bcf8e2f15d915b6d2b61d7ec
tree50be2fd93fd09dd6a42230c7983d85555b8b4d94
parent8c3b3cb11fbba4375d0a85365ffdcaea72d1978a
script: fix building with --disable-nls

We should only include the libintl.h when NLS is requested.

This fixes issue when building util-linux with uClibc.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/script.c