X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec603395eb4582b4744fccc863cbcaa4c586d25f..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/configure.in diff --git a/configure.in b/configure.in index 17cb392540..d4fae38dc0 100644 --- a/configure.in +++ b/configure.in @@ -3180,7 +3180,11 @@ if test "$TOOLKIT" != "MSW"; then dnl and finally the userland threads THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" ;; - *-*-aix* ) + *-*-darwin*) + dnl Darwin / Mac OS X just uses -lpthread tested below + THREAD_OPTS="" + ;; + *-*-aix*) dnl AIX calls the library libpthreads - thanks IBM! THREAD_OPTS="pthreads" ;;