From e0428c6ec1bd04645d1ad27c17d2f0e9a08cd6d0 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Thu, 12 Jun 2008 15:07:15 +0100 Subject: Remove the -Wfatal-errors flag so that it compiles under cygwin with gcc 3.4.4. Signed-off-by: Bradley Smith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea174ba..d4c7838 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_CHECK_HEADERS(getopt.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -CFLAGS="-pedantic-errors -Werror -Wall -Wfatal-errors -g" +CFLAGS="-pedantic-errors -Werror -Wall -g" dnl Done. AC_CONFIG_FILES([Makefile -- cgit v1.1