Re: [libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2014-01-02 Thread Doug Goldstein
On Tue, Dec 31, 2013 at 8:26 AM, Eric Blake wrote: > On 12/29/2013 03:52 PM, Doug Goldstein wrote: >> We brought over use of the __GNUC_PREREQ macro from libvirt but didn't >> bring over the definition of it. This brings over the macro from libvirt >> sources. >> --- >> libvirt-utils.h | 9 ++

Re: [libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2013-12-31 Thread Eric Blake
On 12/29/2013 03:52 PM, Doug Goldstein wrote: > We brought over use of the __GNUC_PREREQ macro from libvirt but didn't > bring over the definition of it. This brings over the macro from libvirt > sources. > --- > libvirt-utils.h | 9 + > 1 file changed, 9 insertions(+) ACK (with #endif fi

Re: [libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2013-12-31 Thread Roman Bogorodskiy
Doug Goldstein wrote: > On Dec 29, 2013, at 4:52 PM, Doug Goldstein wrote: > > > > We brought over use of the __GNUC_PREREQ macro from libvirt but didn't > > bring over the definition of it. This brings over the macro from libvirt > > sources. > > --- > > libvirt-utils.h | 9 + > > 1 fi

Re: [libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2013-12-29 Thread Doug Goldstein
On Dec 29, 2013, at 4:52 PM, Doug Goldstein wrote: > > We brought over use of the __GNUC_PREREQ macro from libvirt but didn't > bring over the definition of it. This brings over the macro from libvirt > sources. > --- > libvirt-utils.h | 9 + > 1 file changed, 9 insertions(+) > > diff --g

[libvirt] [PATCH python] define __GNUC_PREREQ macro before using it

2013-12-29 Thread Doug Goldstein
We brought over use of the __GNUC_PREREQ macro from libvirt but didn't bring over the definition of it. This brings over the macro from libvirt sources. --- libvirt-utils.h | 9 + 1 file changed, 9 insertions(+) diff --git a/libvirt-utils.h b/libvirt-utils.h index f55be7b..add7553 100644