pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-29
1998-09-29 20:13:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d7bcfdb5e296fcceb896d0f66af729c1b44544de (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Cosmetic change.
Rev: src/configure.in:1.245
1:
-
AC_REVISION("$Id: configure.in,v 1.
244
1998/09/29 20:
11
:26 grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
245
1998/09/29 20:
13
:26 grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
184:
# 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
;
+
AC_MSG_WARN([Defaulting to --with-poll since
the
OS is $pike_cv_sys_os.])
+
with_poll=yes
;; esac ])