diff options
author | Gabriel Barazer | 2007-07-20 17:11:38 +0200 |
---|---|---|
committer | Karel Zak | 2007-07-23 14:03:13 +0200 |
commit | 392f76cf9a0a1f8699891e3d32c6c1bd373992cb (patch) | |
tree | 582029bd87fd1d891458745f6566d2d31b83f058 /tests/helpers | |
parent | tests: use relative paths when sourcing files (diff) | |
download | kernel-qcow2-util-linux-392f76cf9a0a1f8699891e3d32c6c1bd373992cb.tar.gz kernel-qcow2-util-linux-392f76cf9a0a1f8699891e3d32c6c1bd373992cb.tar.xz kernel-qcow2-util-linux-392f76cf9a0a1f8699891e3d32c6c1bd373992cb.zip |
build-sys: missing header when NLS is disabled
Compiling utils fail when disable NLS with the --disable-nls switch.
"mkfs.c:46: error: 'LC_ALL' undeclared (first use in this function)"
It is due to a missing locale.h header : When enabling NLS, nls.h
includes libintl.h, which in turn includes locale.h. When disabling NLS,
libintl.h isn't anymore included nor locale.h, which is needed for the
setlocale() calls.
Signed-off-by: Gabriel Barazer <gabriel@oxeva.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers')
0 files changed, 0 insertions, 0 deletions