They're not needed and they force concordance to use C89.

Signed-off-by: Scott Talbert <s...@techie.net>
---
 concordance/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/concordance/Makefile.am b/concordance/Makefile.am
index 83cc7e2..562e88e 100644
--- a/concordance/Makefile.am
+++ b/concordance/Makefile.am
@@ -3,9 +3,7 @@ bin_PROGRAMS = concordance
 concordance_SOURCES = concordance.c
 concordance_LDFLAGS = $(LIBCONCORD_LDFLAGS)
 # -Wall just makes good sense
-# -ansi and -pednatic errors are needed to ensure we're compatible with
-# crappy Microsoft compilers - phil
-concordance_CFLAGS = -Wall -ansi -pedantic-errors
+concordance_CFLAGS = -Wall
 man1_MANS = concordance.1
 
 win32-installer:
-- 
1.9.0


------------------------------------------------------------------------------
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to