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 <