Skip to content
Snippets Groups Projects
Commit 0a40e908 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

some pthread stuff fixed

Rev: src/configure.in:1.70
parent fab244fa
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.69 1997/04/11 01:08:12 hubbe Exp $")
AC_REVISION("$Id: configure.in,v 1.70 1997/04/11 01:23:51 hubbe Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -506,6 +506,11 @@ int main()
AC_DEFINE(_REENTRANT)
AC_DEFINE(_THREAD_SAFE)
AC_DEFINE(_MIT_POSIX_THREADS,1)
# We have to include this file!
echo >>confdefs.h "#include <pthread.h>"
AC_CHECK_FUNCS(pthread_attr_setstacksize pthread_yield \
pthread_cond_init)
AC_MSG_CHECKING(if pthread_condattr_default is defined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment