Skip to content
Snippets Groups Projects
Commit d7bcfdb5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Cosmetic change.

Rev: src/configure.in:1.245
parent 78a69ce9
No related branches found
No related tags found
No related merge requests found
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_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -184,8 +184,8 @@ AC_ARG_WITH(poll, [ --with-poll use poll instead of select],[ ...@@ -184,8 +184,8 @@ AC_ARG_WITH(poll, [ --with-poll use poll instead of select],[
# Neither --with-poll nor --without-poll was specified # Neither --with-poll nor --without-poll was specified
case "$pike_cv_sys_os" in case "$pike_cv_sys_os" in
Solaris|AIX|HP-UX|OSF1|IRIX) Solaris|AIX|HP-UX|OSF1|IRIX)
AC_MSG_WARN([Defaulting to --with-poll since OS is $pike_cv_sys_os.]) AC_MSG_WARN([Defaulting to --with-poll since the OS is $pike_cv_sys_os.])
with_poll=yes; with_poll=yes
;; ;;
esac esac
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment