X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3010d50a0c6082963b71a8b32ed5c1ab4dc2d283..02a1dfbae942c883d8651e34dcfbc5153aabc56e:/configure diff --git a/configure b/configure index 1c96cf319f..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 @@ -17133,10 +17133,10 @@ if test "$TOOLKIT" != "MSW"; then *-*-aix* ) THREAD_OPTS="pthreads" ;; - *) - THREAD_OPTS="$THREAD_OPTS none" esac + THREAD_OPTS="$THREAD_OPTS pthread none" + THREADS_OK=no for flag in $THREAD_OPTS; do case $flag in