Fix syntax errors.
--- a/make/autoconf/flags.m4 Mon Feb 19 23:07:19 2018 +0100
+++ b/make/autoconf/flags.m4 Mon Feb 19 23:09:18 2018 +0100
@@ -23,7 +23,9 @@
# questions.
#
+m4_include([flags-cflags.m4])
m4_include([flags-ldflags.m4])
+m4_include([flags-other.m4])
################################################################################
#
@@ -670,7 +672,7 @@
fi
# CFLAGS PER CPU
- if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang || ; then
+ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
# COMMON to gcc and clang
if test "x$FLAGS_CPU" = xx86; then
# Force compatibility with i586 on 32 bit intel platforms.