pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-08
1997-10-08 22:43:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43032ee7716b397d7b76789fb50a72b40dfc1ea9 (
31
lines) (+
16
/-
15
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled sproc()-style threads.
Rev: src/configure.in:1.128
1:
-
AC_REVISION("$Id: configure.in,v 1.
127
1997/10/
03
23
:
39
:
21
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
128
1997/10/
08
22
:
43
:
36
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
759:
# Now we've sunk really low -- test for proprietary threads # SGI old-style shared group processes
-
AC_CHECK_FUNCS(sproc oserror)
-
-
AC_MSG_CHECKING(Fallback to sproc)
-
-
if test x$ac_cv_func_sproc$ac_cv_func_oserror = xyesyes; then
-
AC_MSG_RESULT(yes)
-
AC_DEFINE(_REENTRANT)
-
AC_DEFINE(_THREAD_SAFE)
-
AC_DEFINE(_SGI_SPROC_THREADS)
-
AC_DEFINE(_SGI_MP_SOURCE)
-
else
-
AC_MSG_RESULT(no)
-
:
+
#
AC_CHECK_FUNCS(sproc oserror)
+
#
+
#
AC_MSG_CHECKING(Fallback to sproc)
+
#
+
#
if test x$ac_cv_func_sproc$ac_cv_func_oserror = xyesyes; then
+
#
AC_MSG_RESULT(yes)
+
#
AC_DEFINE(_REENTRANT)
+
#
AC_DEFINE(_THREAD_SAFE)
+
#
AC_DEFINE(_SGI_SPROC_THREADS)
+
#
AC_DEFINE(_SGI_MP_SOURCE)
+
#
else
+
#
AC_MSG_RESULT(no)
+
#
:
+
# fi
fi fi
-
fi
+
else # Without threads :