From 3cbb82238492aabc55c3b1894756762e79569b6e Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 28 Jan 2010 17:13:30 +0000 Subject: [PATCH] fix mingw flags SVN revision: 45669 --- legacy/eet/m4/efl_pthread.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eet/m4/efl_pthread.m4 b/legacy/eet/m4/efl_pthread.m4 index 384b7ae230..c1f6e7aa73 100644 --- a/legacy/eet/m4/efl_pthread.m4 +++ b/legacy/eet/m4/efl_pthread.m4 @@ -51,8 +51,8 @@ AC_MSG_RESULT([${_efl_enable_pthread}]) if test "x${_efl_have_pthread}" = "xyes" ; then case "$host_os" in mingw*) - EFL_PTHREAD_CFLAGS="-mthreads" - EFL_PTHREAD_LIBS="-mthreads -lpthreadGC2" + EFL_PTHREAD_CFLAGS="" + EFL_PTHREAD_LIBS="-lpthreadGCE2" ;; solaris*) EFL_PTHREAD_CFLAGS="-mt"