]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
configure.in: fix external libblkid test for static link
authorTheodore Ts'o <tytso@mit.edu>
Sat, 5 Jul 2014 04:27:02 +0000 (00:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Jul 2014 04:30:35 +0000 (00:30 -0400)
commit2d7583bd42a884d9d9fe6413a9f1a8356e7bb803
tree361e488f666aa660bfc28cbe557d07de738d3333
parent5023510dd7f0ab40a216d3600ab665e2053cc070
configure.in: fix external libblkid test for static link

External libblkid needs -luuid when linking statically.

Also fix up the bogus other-lib parameter in the libuuid test;
$LIBUUID is the null string, so it doesn't do anything other than
obfuscate the use of AC_CHECK_LIB.

Reported-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in