X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/595e0e4416fd14df67c83e524ec9e97e9d0cae25..02a1dfbae942c883d8651e34dcfbc5153aabc56e:/configure diff --git a/configure b/configure index e9b8b69388..6c8069b29e 100755 --- a/configure +++ b/configure @@ -17122,7 +17122,7 @@ if test "$TOOLKIT" != "MSW"; then case "${host}" in *-*-solaris2* | *-*-sunos4* ) if test "x$GCC" = "xyes"; then - THREAD_OPTS="$THREAD_OPTS -pthreads" + THREAD_OPTS="-pthreads $THREAD_OPTS" else THREAD_OPTS="-mt $THREAD_OPTS" fi @@ -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