pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-12
2001-03-12 18:35:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
daf9b75447ce4ddae62123e0e5d4048d56a2cc2c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Use poll(2) on UnixWare (it's a SysV after all).
Rev: src/configure.in:1.497
1:
-
AC_REVISION("$Id: configure.in,v 1.
496
2001/03/
06
18:
29
:
09
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
497
2001/03/
12
18:
35:
29 grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
841:
AC_ARG_WITH(poll, [ --with-poll use poll instead of select],[],[ # Neither --with-poll nor --without-poll was specified case "$pike_cv_sys_os" in
-
Solaris|HP-UX|OSF1|IRIX|Linux|Darwin)
+
Solaris|HP-UX|OSF1|IRIX|Linux|Darwin
|UnixWare
)
AC_MSG_WARN([Defaulting to --with-poll since the OS is $pike_cv_sys_os.]) with_poll=yes ;;