typo fixed: should be lpthread, not -lpthread in THREAD_OPTS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-16 12:34:43 +00:00
parent 126be6b469
commit 02a1dfbae9
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -17135,7 +17135,7 @@ if test "$TOOLKIT" != "MSW"; then
;;
esac
THREAD_OPTS="$THREAD_OPTS -lpthread none"
THREAD_OPTS="$THREAD_OPTS pthread none"
THREADS_OK=no
for flag in $THREAD_OPTS; do

View File

@@ -3181,7 +3181,7 @@ if test "$TOOLKIT" != "MSW"; then
dnl simply linking with libpthread should make the test below work but
dnl it's far from certain that the threaded programs compiled without
dnl any special switches actually work, so try it after all the others
THREAD_OPTS="$THREAD_OPTS -lpthread none"
THREAD_OPTS="$THREAD_OPTS pthread none"
dnl now test for all possibilities
THREADS_OK=no