From 3b16fb0fe3d3f50c7bef4039eb07f87b6d9a12b6 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 6 Nov 2012 06:57:51 +0000 Subject: [PATCH] merge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled by default SVN revision: 78936 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62c270bef1..624c8fb093 100644 --- a/configure.ac +++ b/configure.ac @@ -420,7 +420,7 @@ AC_CHECK_HEADERS([errno.h]) EVIL_CPPFLAGS="-DEFL_EVIL_BUILD" EVIL_DLFCN_CPPFLAGS="-DEFL_EVIL_DLFCN_BUILD -DPSAPI_VERSION=1" -EVIL_CFLAGS="-Wall -Wextra -Wshadow -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wpointer-arith -mms-bitfields" +EVIL_CFLAGS="-Wall -Wextra -Wshadow -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wpointer-arith" EVIL_CXXFLAGS="" if test "x${have_win32}" = "xyes" ; then