On Thu, Mar 30, 2006 at 04:51:42PM -0800, Roy T. Fielding wrote: > % egrep -n "if text" configure.ac > 429: if text x$ac_cv_header_sys_poll_h = xno; then > > should be > 429: if test x$ac_cv_header_sys_poll_h = xno; then
Thanks! I have fixed it. -- Alexander.
