Re: [Qemu-devel] [PATCH] configure: Remove unneeded defines from checks

2010-10-09 Thread Blue Swirl
Thanks, applied. On Wed, Oct 6, 2010 at 7:09 PM, Stefan Weil wrote: > _GNU_SOURCE is already defined in QEMU_CFLAGS which > is passed to gcc in shell function compile_prog. > > Removing the definition from several checks avoids compiler warnings > (which are now written to config.log). > > Signed

[Qemu-devel] [PATCH] configure: Remove unneeded defines from checks

2010-10-06 Thread Stefan Weil
_GNU_SOURCE is already defined in QEMU_CFLAGS which is passed to gcc in shell function compile_prog. Removing the definition from several checks avoids compiler warnings (which are now written to config.log). Signed-off-by: Stefan Weil --- configure |4 1 files changed, 0 insertions(+)