mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +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
|
else
|
||||||
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
|
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
objc_threaded=""
|
objc_threaded="works"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 1999 "configure"
|
#line 1999 "configure"
|
||||||
|
|
|
@ -316,7 +316,7 @@ else
|
||||||
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
|
LIBS="-lobjc $LIBS -lthread $extra_LIBS"
|
||||||
AC_TRY_RUN([#include "config_thread.m"],
|
AC_TRY_RUN([#include "config_thread.m"],
|
||||||
objc_threaded="-lthread $extra_LIBS",
|
objc_threaded="-lthread $extra_LIBS",
|
||||||
objc_threaded="", objc_threaded="")
|
objc_threaded="", objc_threaded="works")
|
||||||
fi
|
fi
|
||||||
LIBS="$saved_LIBS"
|
LIBS="$saved_LIBS"
|
||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue