mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Oops, we're using USE_PTHREADS instead of _HAVE_PTHREADS.
This commit is contained in:
parent
208e8a81eb
commit
59f406954e
@ -1517,11 +1517,11 @@ dnl
|
||||
dnl Try lib pthread
|
||||
dnl
|
||||
AC_CHECK_LIB(pthread, pthread_attr_init,
|
||||
_HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread",
|
||||
USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread",
|
||||
AC_CHECK_LIB(c_r, pthread_attr_init,
|
||||
_HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r",
|
||||
USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r",
|
||||
AC_CHECK_LIB(c, pthread_attr_init,
|
||||
_HAVE_PTHREADS=1 )
|
||||
USE_PTHREADS=1 )
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user