mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 00:41:14 +00:00
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:
parent
5478005c06
commit
239e8e9992
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue