]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix dlopen dependency
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 9 Jun 2011 19:47:43 +0000 (21:47 +0200)
committerEric Blake <eblake@redhat.com>
Mon, 13 Jun 2011 20:19:56 +0000 (14:19 -0600)
commitbfbeafbd5d1f6176996c9626500d65eaff690cef
treed44c25abaf0d1f27764bf64028a013e9d8cd7572
parentfbd7820b2c6273c4c56fe2db487f85cf47ebb506
Fix dlopen dependency

Since the addition of the lock manager framework in 6a943419c528fdd7
dlopen is always required, but the checks in configure wasn't changed
to reflect that. This didn't show up directly because the VirtualBox
driver linking dlopen in covered it. But disabling the VirtualBox
driver makes the build fail due to missing dlopen.

Change the dlopen check in configure to pick up dlopen when available.

Reported by Ruben Kerkhof.
configure.ac
src/Makefile.am