From: Emil Velikov Date: Fri, 6 Mar 2015 17:07:29 +0000 (+0000) Subject: Revert "configure: require pthreads for POSIX builds" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b1d69910dcee3f53e827f1a10adb93992b10a05;p=mesa.git Revert "configure: require pthreads for POSIX builds" This reverts commit 50714cec2b50c7836841c09f04bfe875de00ae1d. Not meant to go in yet. Lacking review. --- 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