aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/ast_gcc_attribute.m4
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/ast_gcc_attribute.m4')
-rw-r--r--autoconf/ast_gcc_attribute.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/ast_gcc_attribute.m4 b/autoconf/ast_gcc_attribute.m4
index e6dce8e80..e3b1ea394 100644
--- a/autoconf/ast_gcc_attribute.m4
+++ b/autoconf/ast_gcc_attribute.m4
@@ -11,6 +11,6 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT(yes)
AC_DEFINE_UNQUOTED([HAVE_ATTRIBUTE_$1], 1, [Define to 1 if your GCC C compiler supports the '$1' attribute.]),
AC_MSG_RESULT(no))
-CFLAGS="$saved_CFLAGS"
]
+CFLAGS="$saved_CFLAGS"
)