From 6d271f5e37f48c50e724ec8010a679f636498dfa Mon Sep 17 00:00:00 2001 From: caro Date: Thu, 28 Jan 2010 17:13:30 +0000 Subject: [PATCH] fix mingw flags git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- m4/efl_pthread.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/efl_pthread.m4 b/m4/efl_pthread.m4 index 384b7ae..c1f6e7a 100644 --- a/m4/efl_pthread.m4 +++ b/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" -- 2.7.4