]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
[wxWidgets.git] / configure
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