mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +01:00
Revert "configure: require pthreads for POSIX builds"
This reverts commit 50714cec2b.
Not meant to go in yet. Lacking review.
This commit is contained in:
parent
8f2eaae10c
commit
3b1d69910d
1 changed files with 0 additions and 3 deletions
|
|
@ -657,9 +657,6 @@ mingw*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AX_PTHREAD
|
AX_PTHREAD
|
||||||
if test "x$ax_pthread_ok" = xno; then
|
|
||||||
AC_MSG_ERROR([Building mesa on this platform requires pthreads])
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
dnl AX_PTHREADS leaves PTHREAD_LIBS empty for gcc and sets PTHREAD_CFLAGS
|
dnl AX_PTHREADS leaves PTHREAD_LIBS empty for gcc and sets PTHREAD_CFLAGS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue