faridz@apache.org wrote: > Author: faridz > Date: Mon Oct 16 02:33:10 2006 > New Revision: 464428 > > URL: http://svn.apache.org/viewvc?view=rev&rev=464428 > Log: > 2006-10-16 Farid Zaripov > > * libc_decl.sh: libc headers and functions moved to headers.inc file > * configure.wsf (checkHeaders): The same > * headers.inc: New file with libc headers and functions list [...] > - esac > + if [ "$hdr_base" == math ] ; then > + lib=m > + else > + lib=c > + fi > This is incorrect sh syntax, and I believe is leading to library compile failures on at least Solaris 9. Attached is a patch that corrects this mistake. --Andrew Black