diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2014-02-19 11:02:33 +0900 |
---|---|---|
committer | Cedric BAIL <cedric.bail@samsung.com> | 2014-02-19 11:02:33 +0900 |
commit | ec18feddd7a6b647dd6eeca9a97358bbee8c3f72 (patch) | |
tree | 0aef32691512fd13634e1de69143d17e5b120a39 /pc/eina.pc.in | |
parent | 4f2f71b3dab2e57d4990792e22c7461069aa90e1 (diff) | |
download | efl-ec18feddd7a6b647dd6eeca9a97358bbee8c3f72.tar.gz |
Revert "autotools: try improving thread detection."
This reverts commit 14c6378fc41906db14464e17aadc7d94a825fafd.
So either we get to fix T880 or T986. I do think the problem is more tricky than
that, so I am for the moment going to get T880 broken rather than T986 as I think
the later will show up in more case for our user base. Will try to find a proper
solution for everyone before the next release.
Diffstat (limited to 'pc/eina.pc.in')
-rw-r--r-- | pc/eina.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/eina.pc.in b/pc/eina.pc.in index 2e8700b88b..b5b828eb37 100644 --- a/pc/eina.pc.in +++ b/pc/eina.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_eina@ Version: @VERSION@ Libs: -L${libdir} -leina @requirements_public_libs_eina@ Libs.private: @requirements_libs_eina@ -Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina @EFL_PTHREAD_CFLAGS@ +Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina |