]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Apr 2002 12:34:43 +0000 (12:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Apr 2002 12:34:43 +0000 (12:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 69d8cfce2a21bf9219e2287f5bb11dfa02c83db1..6c8069b29e0aa2612ec37834ed6eb6f9293ffae0 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index edafe448f36ff20d8423f30a72afbd889b1e6967..14cfd316d690460ebb3741c58feb2a065183e61f 100644 (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