]> err.no Git - util-linux/commit
lib/tt: fix langinfo build break
authorDavidlohr Bueso <dave@gnu.org>
Mon, 15 Nov 2010 11:55:16 +0000 (08:55 -0300)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Nov 2010 12:37:27 +0000 (13:37 +0100)
commit97be4a37e327108e2d95ca832e71f6eda1e2d908
treecf801e7f80080b9b2fd39cc6cbc0a8e2d714b35a
parente8ae49476e5391fc477adb75d891c6b43543ded8
lib/tt: fix langinfo build break

When HAVE_LANGINFO_H is not defined we break the compilation in tt.c:

  CC     tt.o
tt.c: In function ‘tt_new_table’:
tt.c:142: warning: implicit declaration of function ‘nl_langinfo’
tt.c:142: error: ‘CODESET’ undeclared (first use in this function)
tt.c:142: error: (Each undeclared identifier is reported only once
tt.c:142: error: for each function it appears in.)
make: *** [tt.o] Error 1

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
lib/tt.c