Re: [Qemu-devel] [PATCH] configure: check for -Wendif-labels support

2011-06-03 Thread Aurelien Jarno
On Tue, May 17, 2011 at 05:08:43PM -0400, Mike Frysinger wrote: > Older gcc compilers do not support -Wendif-labels, so move it from the > hardcoded list to the dynamically detected list. > > Signed-off-by: Mike Frysinger > --- > configure |4 ++-- > 1 files changed, 2 insertions(+), 2 delet

Re: [Qemu-devel] [PATCH] configure: check for -Wendif-labels support

2011-05-18 Thread Stefan Hajnoczi
On Tue, May 17, 2011 at 10:08 PM, Mike Frysinger wrote: > Older gcc compilers do not support -Wendif-labels, so move it from the > hardcoded list to the dynamically detected list. > > Signed-off-by: Mike Frysinger > --- >  configure |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-)

[Qemu-devel] [PATCH] configure: check for -Wendif-labels support

2011-05-17 Thread Mike Frysinger
Older gcc compilers do not support -Wendif-labels, so move it from the hardcoded list to the dynamically detected list. Signed-off-by: Mike Frysinger --- configure |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 019bc8d..8b775a4 100755 ---