use C (and not C++) pthread library on Windows

SVN revision: 46431
This commit is contained in:
Vincent Torri 2010-02-24 15:43:32 +00:00
parent fc20b4541e
commit 3c8d96125a
1 changed files with 1 additions and 1 deletions

View File

@ -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"