equal
deleted
inserted
replaced
378 enable_pthreads=no |
378 enable_pthreads=no |
379 have_non_posix_threads=yes |
379 have_non_posix_threads=yes |
380 else |
380 else |
381 this_is_cygwin=no |
381 this_is_cygwin=no |
382 fi |
382 fi |
383 |
|
384 AC_MSG_RESULT([$this_is_cygwin]) |
383 AC_MSG_RESULT([$this_is_cygwin]) |
|
384 |
|
385 AC_MSG_CHECKING([if this is mingw]) |
|
386 if test x$target_os = xmingw32msvc; then |
|
387 this_is_mingw=yes |
|
388 PHYSFSCFLAGS="$PHYSFSCFLAGS -DWIN32" |
|
389 enable_cdrom=yes |
|
390 enable_pthreads=no |
|
391 have_non_posix_threads=yes |
|
392 else |
|
393 this_is_mingw=no |
|
394 fi |
|
395 AC_MSG_RESULT([$this_is_mingw]) |
385 |
396 |
386 this_is_macosx=no |
397 this_is_macosx=no |
387 if test x$we_have_sed = xyes; then |
398 if test x$we_have_sed = xyes; then |
388 AC_MSG_CHECKING([if this is MacOS X]) |
399 AC_MSG_CHECKING([if this is MacOS X]) |
389 x=`echo $target_os |sed "s/darwin.*/darwin/"` |
400 x=`echo $target_os |sed "s/darwin.*/darwin/"` |