From f08bdd1a6d738672dbce5d936f71e0d9b21ee130 Mon Sep 17 00:00:00 2001 From: Monsta Date: Thu, 1 Oct 2015 10:16:13 +0300 Subject: configure.ac: drop C89 support, it's ancient --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1aa5aa2..a024872 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,6 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wcast-align -Wsign-compare \ - -std=gnu89 \ $CFLAGS" CXXFLAGS="-Wall -std=c++98 $CXXFLAGS" else -- cgit v1.2.1