Re: [libvirt] [PATCH V2] Rework configure logic for virtualport support

2010-09-29 Thread Justin Clift
On 09/29/2010 10:44 PM, Justin Clift wrote: On 09/29/2010 09:58 PM, Stefan Berger wrote: ACK. Pushed. Ouch, that appears to have j Ouch, this just broke the ./configure script on Mac OS X: * checking for iconv... yes checking how to link with libiconv... -liconv checking

Re: [libvirt] [PATCH V2] Rework configure logic for virtualport support

2010-09-29 Thread Justin Clift
On 09/29/2010 09:58 PM, Stefan Berger wrote: ACK. Pushed. Ouch, that appears to have j Ouch, this just broke the ./configure script on Mac OS X: * checking for iconv... yes checking how to link with libiconv... -liconv checking for GNU gettext in libintl... yes checking wh

Re: [libvirt] [PATCH V2] Rework configure logic for virtualport support

2010-09-29 Thread Stefan Berger
On 09/28/2010 03:14 PM, Eric Blake wrote: On 09/28/2010 12:31 PM, Stefan Berger wrote: V2: - added missing AC_ARG_WITH() for --with-virtualport In this patch I am reworking the logic around detecting virtual port support and requiring the libnl dependency. - It requires --with-macvtap and dis

Re: [libvirt] [PATCH V2] Rework configure logic for virtualport support

2010-09-28 Thread Eric Blake
On 09/28/2010 12:31 PM, Stefan Berger wrote: V2: - added missing AC_ARG_WITH() for --with-virtualport In this patch I am reworking the logic around detecting virtual port support and requiring the libnl dependency. - It requires --with-macvtap and displays an error in case of --without-macvtap

[libvirt] [PATCH V2] Rework configure logic for virtualport support

2010-09-28 Thread Stefan Berger
V2: - added missing AC_ARG_WITH() for --with-virtualport In this patch I am reworking the logic around detecting virtual port support and requiring the libnl dependency. - It requires --with-macvtap and displays an error in case of --without-macvtap --with-virtualport. - It tests for availa