From 3c8d96125a0dd9f7837144961d163bdb2b75cd1a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 24 Feb 2010 15:43:32 +0000 Subject: [PATCH] use C (and not C++) pthread library on Windows SVN revision: 46431 --- legacy/eina/m4/efl_pthread.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/m4/efl_pthread.m4 b/legacy/eina/m4/efl_pthread.m4 index c1f6e7aa73..52e3d05cb4 100644 --- a/legacy/eina/m4/efl_pthread.m4 +++ b/legacy/eina/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"