pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-29
1998-09-29 20:11:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
78a69ce911ba11d0d70649f7f36295be2e0e6d62 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug.
Rev: src/configure.in:1.244
1:
-
AC_REVISION("$Id: configure.in,v 1.
243
1998/09/29
19
:
52
:
52
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
244
1998/09/29
20
:
11
:
26
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
181:
AC_ARG_WITH(dmalloc, [ --with-dmalloc enable memory-leak tests],[AC_DEFINE(DEBUG_MALLOC,10)],[]) AC_ARG_WITH(profiling, [ --with-profiling add code used to profile pike code ],[AC_DEFINE(PROFILING)],[]) AC_ARG_WITH(poll, [ --with-poll use poll instead of select],[],[
-
# Neither --with-poll nor --without-poll specified
-
case "
x$pike
_cv_sys_os" in
+
# Neither --with-poll nor --without-poll
was
specified
+
case "
$pike
_cv_sys_os" in
Solaris|AIX|HP-UX|OSF1|IRIX) AC_MSG_WARN([Defaulting to --with-poll since OS is $pike_cv_sys_os.]) with_poll=yes;