Eina: pthread detection fixes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Nov 2012 20:25:34 +0000 (20:25 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Nov 2012 20:25:34 +0000 (20:25 +0000)
commit85a34802c268c5ed9d13f12a1df7f84c3712e0f3
tree962dda5a2775e0d6d2e8e3ebc588e41f9a266d74
parent9cb7ed99d337a02bbd81e9299463cbb056d00a53
Eina: pthread detection fixes

* Do not use -pthread anymore, but instead pass _REENTRANT to the
  preprocessor and -lpthread to the linker.
* On Solaris OS, -mt is passed by default and same flags than
  linux must be passed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/eina-1.7@79852 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
m4/common/efl_threads.m4