]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
configure: use system libraries for blkid and uuid if present
authorTheodore Ts'o <tytso@mit.edu>
Sat, 20 Jun 2015 18:20:14 +0000 (14:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 20 Jun 2015 18:20:14 +0000 (14:20 -0400)
commitf5dffb8132dd5b3a186f8ead5428d2f9746a835b
treeeb6933462722076befc6c99bbe665e2358f8ca33
parent58b0356a251a6bc7703a482bea5d1fe6766a65c5
configure: use system libraries for blkid and uuid if present

The configure script will now determine if the blkid and uuid
libraries are present (requires that pkg-config and their .pc files
are available).

In addition, enable quota support by default.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in