Re: [libvirt] PATCH: 6/12: Optional dlopen() support

2008-11-14 Thread Daniel Veillard
On Thu, Nov 13, 2008 at 05:29:15PM +, Daniel P. Berrange wrote: This patch is a small incremental change to optionally allow us to build every driver as a dlopen()able module. This is disabled by default for now. I'm not sure whether this is hugely usefl or not, but it was easy enough to

Re: [libvirt] PATCH: 6/12: Optional dlopen() support

2008-11-14 Thread Daniel P. Berrange
On Fri, Nov 14, 2008 at 01:05:18PM +0100, Daniel Veillard wrote: On Thu, Nov 13, 2008 at 05:29:15PM +, Daniel P. Berrange wrote: This patch is a small incremental change to optionally allow us to build every driver as a dlopen()able module. This is disabled by default for now. I'm

Re: [libvirt] PATCH: 6/12: Optional dlopen() support

2008-11-13 Thread Daniel P. Berrange
This patch is a small incremental change to optionally allow us to build every driver as a dlopen()able module. This is disabled by default for now. I'm not sure whether this is hugely usefl or not, but it was easy enough to do, so here's the patch. Daniel diff -r ecc8ae6295bc configure.in ---