]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: avoid dlopen-related link failure on rawhide/F13
authorDiego Elio Pettenò <flameeyes@gmail.com>
Thu, 4 Mar 2010 15:45:02 +0000 (16:45 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 4 Mar 2010 16:25:22 +0000 (17:25 +0100)
commitfd04fbaaaf8deb4a7f94622c2c0bde506e36d62c
tree021f3d8cb142c56d2eec4b8761107294993c9c52
parente8d6c289550bee3ecc9c7c818b85e5dd1228fb52
build: avoid dlopen-related link failure on rawhide/F13

Instead of using AC_CHECK_LIB and hardcoding -ldl, search for the library
needed to get dlopen() and then use the cached value.
configure.ac