diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-06-27 06:42:14 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-06-27 06:42:14 +0000 |
commit | 8631d130990db631452406601afcf41bc785aa66 (patch) | |
tree | 12d894868397af83dcde43ce14aaa167394c89f5 /m4/ac_attribute.m4 | |
parent | 57d79200630e1320ea6044f01089910c161e81ed (diff) |
update m4 macros (mainly formatting)
SVN revision: 41212
Diffstat (limited to 'm4/ac_attribute.m4')
-rw-r--r-- | m4/ac_attribute.m4 | 5 |
1 files 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))) | |||
31 | [], | 31 | [], |
32 | [ac_cv___attribute__="yes"], | 32 | [ac_cv___attribute__="yes"], |
33 | [ac_cv___attribute__="no"] | 33 | [ac_cv___attribute__="no"] |
34 | )] | 34 | )]) |
35 | ) | ||
36 | 35 | ||
37 | AC_MSG_RESULT($ac_cv___attribute__) | 36 | AC_MSG_RESULT($ac_cv___attribute__) |
38 | 37 | ||
@@ -44,3 +43,5 @@ if test "x${ac_cv___attribute__}" = "xyes" ; then | |||
44 | fi | 43 | fi |
45 | 44 | ||
46 | ]) | 45 | ]) |
46 | |||
47 | dnl End of ac_attribute.m4 | ||