According to Diego Elio Pettenò on 2/24/2010 8:36 AM:
if test "x$with_vbox" = "xyes"; then
+ AC_SEARCH_LIBS([dlopen], [dl], [], [AC_MSG_ERROR([Unable to find dlopen()])])
+ AC_SUBST([DLOPEN_LIBS], [$ac_cv_search_dlopen])
Same problem with $ac_cv_search_dlopen possibly being 'no' or 'none
required'.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org