diff options
author | Monsta <[email protected]> | 2015-10-01 10:16:13 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-10-01 10:16:13 +0300 |
commit | f08bdd1a6d738672dbce5d936f71e0d9b21ee130 (patch) | |
tree | 3293435ed8a8c92cdac2a1ab00cf5992f9da8c93 | |
parent | ade40b61e66e1db6c0473544d519cc46fc1698a6 (diff) | |
download | mate-system-monitor-f08bdd1a6d738672dbce5d936f71e0d9b21ee130.tar.bz2 mate-system-monitor-f08bdd1a6d738672dbce5d936f71e0d9b21ee130.tar.xz |
configure.ac: drop C89 support, it's ancient
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |