]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: check scanf %ms modifier
authorKarel Zak <kzak@redhat.com>
Sat, 1 Oct 2011 13:33:53 +0000 (15:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Oct 2011 12:42:40 +0000 (14:42 +0200)
commit640fc1b8194e9d7f10302f19cba8d7671c8b1e9d
tree1a69507d841b94fd77a81c9912444ddf629bbaa9
parentbfda68fdb11d4473684077392e42f7a81a0e5a75
build-sys: check scanf %ms modifier

Without the check libmount builds on systems that has older than 2.7
glibc are silently unsuccessful.  The missing %ms modifier will, at
least, result on such system missing output of findmnt and lsblk
commands.  If either %ms or %as modifiers are present the libmount
build is disabled.

Based on patch from: Sami Kerola <kerolasa@iki.fi>

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
include/c.h
libmount/src/tab_parse.c