The problem of the detection of __attribute__ on mac os x comes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Jan 2009 06:19:47 +0000 (06:19 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Jan 2009 06:19:47 +0000 (06:19 +0000)
commitc2f30e41d7214508dce68b12688a124d0b4f653c
tree21246e1a40792419eb8a44c97009e0cfb9054755
parent84e4822029ab4a4929486eb7936241c442cb61d0
The problem of the detection of __attribute__ on mac os x comes
from the fact that we put a definition of a function in the
body of main(). Moving it outside fixes it. In addition, the
extra flag i added in configure.ac is useless.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@38565 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
m4/ac_attribute.m4