commit | 2d7583bd42a884d9d9fe6413a9f1a8356e7bb803 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jul 05 00:27:02 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jul 05 00:30:35 2014 -0400 |
tree | 361e488f666aa660bfc28cbe557d07de738d3333 | |
parent | 5023510dd7f0ab40a216d3600ab665e2053cc070 [diff] |
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>