Branch: Tag:

2002-11-28

2002-11-28 17:47:02 by Xavier Beaudouin <kiwi@oav.net>

poll has stopped to work on Darwin.... strange it was working on 7.3.56... who broke it ???

Rev: src/configure.in:1.650

1: - AC_REVISION("$Id: configure.in,v 1.649 2002/11/24 22:37:50 mast Exp $") + AC_REVISION("$Id: configure.in,v 1.650 2002/11/28 17:47:02 kiwi Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1239:   AC_ARG_WITH(poll, MY_DESCR([--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|UnixWare|OpenUNIX) +  Solaris|HP-UX|OSF1|IRIX|Linux|UnixWare|OpenUNIX)    AC_MSG_WARN([Defaulting to --with-poll since the OS is $pike_cv_sys_os.])    with_poll=yes    ;;