X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=m4%2Fac_attribute.m4;h=23479a92ac87779e6f75804a7c97ff5923fda509;hb=1d19c1d7e8285eb92e2ab058367166f7a56c2cb3;hp=3926d23d561b5f68319f5d463721218225475b2c;hpb=2eb7ca383fa72fee489866bf27e8728f93d7854d;p=framework%2Fuifw%2Feet.git diff --git a/m4/ac_attribute.m4 b/m4/ac_attribute.m4 index 3926d23..23479a9 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