fix mingw flags

SVN revision: 45668
This commit is contained in:
Vincent Torri 2010-01-28 17:13:07 +00:00
parent 611d75895d
commit bc31ff5423
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 if test "x${_efl_have_pthread}" = "xyes" ; then
case "$host_os" in case "$host_os" in
mingw*) mingw*)
EFL_PTHREAD_CFLAGS="-mthreads" EFL_PTHREAD_CFLAGS=""
EFL_PTHREAD_LIBS="-mthreads -lpthreadGC2" EFL_PTHREAD_LIBS="-lpthreadGCE2"
;; ;;
solaris*) solaris*)
EFL_PTHREAD_CFLAGS="-mt" EFL_PTHREAD_CFLAGS="-mt"