[libvirt] [PATCH 2/2] Fix build of the VirtualBox driver when using --no-add-needed.

Eric Blake eblake at redhat.com
Wed Feb 24 16:24:39 UTC 2010


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 at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 320 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100224/d6317350/attachment-0001.sig>


More information about the libvir-list mailing list