fix mingw flags
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 17:13:30 +0000 (17:13 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 17:13:30 +0000 (17:13 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/efl_pthread.m4

index 384b7ae..c1f6e7a 100644 (file)
@@ -51,8 +51,8 @@ AC_MSG_RESULT([${_efl_enable_pthread}])
 if test "x${_efl_have_pthread}" = "xyes" ; then
    case "$host_os" in
       mingw*)
 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"
          ;;
       solaris*)
          EFL_PTHREAD_CFLAGS="-mt"