diff options
author | Emil Velikov <[email protected]> | 2015-03-06 17:07:29 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-06 17:07:29 +0000 |
commit | 3b1d69910dcee3f53e827f1a10adb93992b10a05 (patch) | |
tree | 55455f692cc7e92d2f303af083da9f15469d933c /configure.ac | |
parent | 8f2eaae10c199ed8347e96a9057a580b768c62df (diff) |
Revert "configure: require pthreads for POSIX builds"
This reverts commit 50714cec2b50c7836841c09f04bfe875de00ae1d.
Not meant to go in yet. Lacking review.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 49894442dba..90c7737148e 100644 --- a/configure.ac +++ b/configure.ac @@ -657,9 +657,6 @@ mingw*) ;; *) AX_PTHREAD - if test "x$ax_pthread_ok" = xno; then - AC_MSG_ERROR([Building mesa on this platform requires pthreads]) - fi ;; esac dnl AX_PTHREADS leaves PTHREAD_LIBS empty for gcc and sets PTHREAD_CFLAGS |