[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: configure locks up w/version 1.1.1 on HP-UX 10.20



checking for wait3 that fills in rusage... 

>At this point it hangs.  Suspending configure and running tail config.log gives

You can either:
 * edit the AC_FUNC_WAIT3 test out of configure.in then run autoconf
 * edit the wait3 test out of configure
 * create a config.cache with:
   ac_cv_func_wait3_rusage=${ac_cv_func_wait3_rusage='no'}

before running configure.

This test will be removed in the next release.