commit | d2e3c0dc60cd0695aebbe93f07cc6a0caf1cfe60 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Sep 21 01:25:58 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Sep 21 01:25:58 2014 -0400 |
tree | aa57e1833788a4a80d1cf0b49602cbae13136576 | |
parent | b291c11f08570392b6858145d0b677d6e7e89785 [diff] |
misc: if dlopen() is available, use it to load the libmagic library This prevents the libmagic library from being a hard dependency; if it's not there, we can simply do without it. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: Darrick J. Wong <darrick.wong@oracle.com>