From 5ee8d4cb58a6a3f41aa2a83a517fe5beca208fa9 Mon Sep 17 00:00:00 2001 From: Benoit Dejean Date: Sat, 18 Jul 2015 15:56:42 +0200 Subject: [PATCH] It's been 26 years since C89, let modern compilers do what they want. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index a675cf8a..f5013c5f 100644 --- a/configure.ac +++ b/configure.ac @@ -317,7 +317,6 @@ if test "$GCC" = "yes" ; then CFLAGS="\ -Winline \ -Wall \ - -std=gnu89 \ -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wcast-align -Wsign-compare \