summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2010-02-24 15:43:32 +0000
committerVincent Torri <vincent.torri@gmail.com>2010-02-24 15:43:32 +0000
commit8fbc4281795225ec7ef308166dcdb47e2015ccf0 (patch)
tree1c217e05cdd164c7ee824c103bff35320f1d73c2 /m4
parent3dd12a0431f7fa43b7ed82be69c8b8f778a96fe6 (diff)
downloadeina-8fbc4281795225ec7ef308166dcdb47e2015ccf0.tar.gz
use C (and not C++) pthread library on Windows
SVN revision: 46431
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_pthread.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/efl_pthread.m4 b/m4/efl_pthread.m4
index c1f6e7a..52e3d05 100644
--- a/m4/efl_pthread.m4
+++ b/m4/efl_pthread.m4
@@ -52,7 +52,7 @@ if test "x${_efl_have_pthread}" = "xyes" ; then
case "$host_os" in
mingw*)
EFL_PTHREAD_CFLAGS=""
- EFL_PTHREAD_LIBS="-lpthreadGCE2"
+ EFL_PTHREAD_LIBS="-lpthreadGC2"
;;
solaris*)
EFL_PTHREAD_CFLAGS="-mt"