]> granicus.if.org Git - check/commitdiff
configure.ac: add comment regarding not using -ansi
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 14 Feb 2014 10:59:03 +0000 (10:59 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 14 Feb 2014 10:59:03 +0000 (10:59 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1112 64e312b2-a51f-0410-8e61-82d0ca0eb02a

configure.ac

index c3ea054a3a35e8d240dcd967477cf44d202de3c2..5cbad30ba744d3db5179fd8b958e31a6cb030bb8 100644 (file)
@@ -139,6 +139,9 @@ AC_PROG_LIBTOOL
 
 # add these options to CFLAGS if the compiler supports them
 AC_DEFUN([AX_CFLAGS_ADD],[AX_C_CHECK_FLAG($1, , , CFLAGS="$CFLAGS $1")])
+# Do not use the -ansi flag, currently there is a bug in MinGW/MinGW-w64
+# which prevents Check from compiling. Add after this is resolved:
+#    sourceforge.net/p/mingw/bugs/2024
 #AX_CFLAGS_WARN_ALL_ANSI
 AX_CFLAGS_ADD([-Wextra])
 AX_CFLAGS_ADD([-Wstrict-prototypes])