]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: Include <stdlib.h> in ./configure wchar_t test
authorFlorian Weimer <fweimer@redhat.com>
Fri, 5 Jul 2019 15:20:27 +0000 (17:20 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Jul 2019 09:06:21 +0000 (11:06 +0200)
commit1632856ef19efb50c57c939b82a9ff712b3c0b09
treeec8ca1aa8ddb744b601e2c499d65376b4edecf2d
parente3bb9bfb76c17b1d05814436ced62c05c4011f48
build-sys: Include <stdlib.h> in ./configure wchar_t test

Without #include <stdlib.h>, this configure check fails for strict
C99/C11 compilers which do not support implicit function declarations
(which are a C90 feature removed from C99).

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac