]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: fix blkid.h include for old e2fsprogs
authorKarel Zak <kzak@redhat.com>
Mon, 11 May 2009 13:06:06 +0000 (15:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 May 2009 13:06:06 +0000 (15:06 +0200)
commit7c950efa3438b02097d915497d67248dde709e72
treec87b36f6b3a31bc939621023913cae45f74b7399
parent2ef7d41e6bbb7c842c06e911ffc562335a467b5d
build-sys: fix blkid.h include for old e2fsprogs

   When building util-linux-ng-2.15, I get this:
   ../lib/fsprobe.c:10:19: error: blkid.h: No such file or directory

Unfortunately, the blkid.pc uses -I${includedir}/blkidi since
e2fsprogs v1.41.2. The old versions use -I${includedir} only.

Reported-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
lib/fsprobe.c