pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-04-11
1997-04-11 01:23:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0a40e9082017e695024ba2c3e172e9617871fe0e (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
some pthread stuff fixed
Rev: src/configure.in:1.70
1:
-
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:
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)