]> err.no Git - util-linux/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>
Wed, 27 May 2009 08:26:11 +0000 (10:26 +0200)
commit89598ba56618b5972827473c6f6a74dab7a612f4
treec87b36f6b3a31bc939621023913cae45f74b7399
parent8731ff7813d7a2eacde63630f8d78e2a447bb60d
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