From 8631d130990db631452406601afcf41bc785aa66 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 27 Jun 2009 06:42:14 +0000 Subject: [PATCH] update m4 macros (mainly formatting) SVN revision: 41212 --- m4/ac_attribute.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m4/ac_attribute.m4 b/m4/ac_attribute.m4 index 3926d23d5..23479a92a 100644 --- a/m4/ac_attribute.m4 +++ b/m4/ac_attribute.m4 @@ -31,8 +31,7 @@ int foo(int x __attribute__ ((unused))) [], [ac_cv___attribute__="yes"], [ac_cv___attribute__="no"] - )] -) + )]) AC_MSG_RESULT($ac_cv___attribute__) @@ -44,3 +43,5 @@ if test "x${ac_cv___attribute__}" = "xyes" ; then fi ]) + +dnl End of ac_attribute.m4