AC_CHECK_FUNC(poll) does not automatically set HAVE_POLL. Use
AC_CHECK_FUNCS instead.
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.131 1998/06/03 16:35:34 rousskov Exp $
+dnl $Id: configure.in,v 1.132 1998/06/08 17:02:39 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.131 $)dnl
+AC_REVISION($Revision: 1.132 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
ac_cv_func_poll='no'
;;
*)
- AC_CHECK_FUNC(poll)
+ AC_CHECK_FUNCS(poll)
;;
esac