From 239e8e99925daa0282c4cf69cb323ba66ac0975a Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Thu, 15 Mar 2001 16:39:56 +0000 Subject: [PATCH] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ae166a77..a0697c89 100755 --- a/configure +++ b/configure @@ -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 <