Whamcloud - gitweb
misc: if dlopen() is available, use it to load the libmagic library
authorTheodore Ts'o <tytso@mit.edu>
Sun, 21 Sep 2014 05:25:58 +0000 (01:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 21 Sep 2014 05:25:58 +0000 (01:25 -0400)
commitd2e3c0dc60cd0695aebbe93f07cc6a0caf1cfe60
treeaa57e1833788a4a80d1cf0b49602cbae13136576
parentb291c11f08570392b6858145d0b677d6e7e89785
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>
configure
configure.in
misc/plausible.c