Hello,

% 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


Cheers,

Roy T. Fielding                            <http://roy.gbiv.com/>
Chief Scientist, Day Software              <http://www.day.com/>

Reply via email to