diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-06 06:57:51 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-06 06:57:51 +0000 |
commit | 3b16fb0fe3d3f50c7bef4039eb07f87b6d9a12b6 (patch) | |
tree | 9bfa74efd53720e0b2c850e8ba39ef3fc4b3fbff | |
parent | e47bd2a9a5db6878dbdb0162451ecacde9824a9e (diff) |
merge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled by default
SVN revision: 78936
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62c270bef..624c8fb09 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 |