From 074d2a9c48a6b2303bc9dd27e35f73d874a3f688 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Tue, 13 Mar 2001 18:26:25 +0000 Subject: [PATCH] Fix thread testing git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9343 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ configure | 2 +- configure.in | 10 +++++----- target.make | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40f5a613..0e4cf8e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-03-13 Adam Fedor + + * configure.in (objc_thread_lib): Correct test for threading + on non GNU/Linux, no bsd systems - actually add -lthread to link + line. Don't set -lthread when cross-compiling. Also add extra_LIBS + to objc_thread_lib. + * target.make (solaris/TARGET_SYSTEM_LIBS): Don't add posix4 (should + be in objc_thread_lib if needed. + 2001-03-10 Adam Fedor * Version 0.9.2 diff --git a/configure b/configure index acbfaf40..25b36fbc 100755 --- a/configure +++ b/configure @@ -1870,7 +1870,7 @@ fi else LIBS="-lobjc $LIBS $extra_LIBS" if test "$cross_compiling" = yes; then - objc_threaded="-lthread" + objc_threaded="" else cat > conftest.$ac_ext <