try just -lpthread in the thread detection code too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-16 11:57:12 +00:00
parent 3010d50a0c
commit 595e0e4416
2 changed files with 7 additions and 6 deletions

4
configure vendored
View File

@@ -17133,10 +17133,10 @@ if test "$TOOLKIT" != "MSW"; then
*-*-aix* )
THREAD_OPTS="pthreads"
;;
*)
THREAD_OPTS="$THREAD_OPTS none"
esac
THREAD_OPTS="$THREAD_OPTS -lpthread none"
THREADS_OK=no
for flag in $THREAD_OPTS; do
case $flag in