pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-01-26
2009-01-26 10:15:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6a04adb33508d4e6a58ee03d860d5a7a6074f3f0 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Check for pthread_cond_reltimedwait_np(3T).
Rev: src/configure.in:1.1074
1:
-
AC_REVISION("$Id: configure.in,v 1.
1073
2008
/
12
/
12
15:
08:33
mast
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1074
2009
/
01
/
26
10:
15:
42
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2414:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1073
2008
/
12
/
12
15:
08:33
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1074
2009
/
01
/
26
10:
15:
42
grubba
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2452:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1073
2008
/
12
/
12
15:
08:33
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1074
2009
/
01
/
26
10:
15:
42
grubba
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2461:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1073
2008
/
12
/
12
15:
08:33
mast
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1074
2009
/
01
/
26
10:
15:
42
grubba
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
3787:
PIKE_AC_DEBUG
-
AC_CHECK_FUNCS(pthread_init pthread_mutexattr_init pthread_kill)
+
AC_CHECK_FUNCS(pthread_init pthread_mutexattr_init pthread_kill
\
+
pthread_cond_reltimedwait_np
)
AC_MSG_CHECKING(posix threads)