summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-06 17:07:29 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-06 17:07:29 +0000
commit3b1d69910dcee3f53e827f1a10adb93992b10a05 (patch)
tree55455f692cc7e92d2f303af083da9f15469d933c
parent8f2eaae10c199ed8347e96a9057a580b768c62df (diff)
downloadexternal_mesa3d-3b1d69910dcee3f53e827f1a10adb93992b10a05.zip
external_mesa3d-3b1d69910dcee3f53e827f1a10adb93992b10a05.tar.gz
external_mesa3d-3b1d69910dcee3f53e827f1a10adb93992b10a05.tar.bz2
Revert "configure: require pthreads for POSIX builds"
This reverts commit 50714cec2b50c7836841c09f04bfe875de00ae1d. Not meant to go in yet. Lacking review.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4989444..90c7737 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