fix mingw flags

SVN revision: 45669
This commit is contained in:
Vincent Torri 2010-01-28 17:13:30 +00:00
parent bc31ff5423
commit 3cbb822384
1 changed files with 2 additions and 2 deletions

View File

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