yes on MINGW threads if cross compiling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9381 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-03-15 16:39:56 +00:00
parent 5478005c06
commit 239e8e9992
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1992,7 +1992,7 @@ fi
else
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
if test "$cross_compiling" = yes; then
objc_threaded=""
objc_threaded="works"
else
cat > conftest.$ac_ext <<EOF
#line 1999 "configure"

View file

@ -316,7 +316,7 @@ else
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
AC_TRY_RUN([#include "config_thread.m"],
objc_threaded="-lthread $extra_LIBS",
objc_threaded="", objc_threaded="")
objc_threaded="", objc_threaded="works")
fi
LIBS="$saved_LIBS"
CFLAGS="$saved_CFLAGS"