mac os x port of gcc has problems with __attribute__ and thinks that
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Jan 2009 09:25:47 +0000 (09:25 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Jan 2009 09:25:47 +0000 (09:25 +0000)
commit84e4822029ab4a4929486eb7936241c442cb61d0
tree8ccb19dbe7785f397b46d7993638fd5ac6568779
parentb0a9f2981f5f8917dfa38aafe9231d9cd102f895
mac os x port of gcc has problems with __attribute__ and thinks that
there are nested functions. -fnested-functions must be passed to the
compiler to allow the compilation on that platform.

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