Re: speed up test-stat-time
Paolo Bonzini gnu.org> writes: > > configure.ac: > > +AC_CHECK_FUNCS([usleep]) > > AC_CHECK_FUNCS_ONCE is better maybe? Yep. Also, I was consistently seeing test-utimens failures on a Solaris 8 machine using NFS; I don't know if the bug was limited to Solaris 8, but suspect that other plat
Re: speed up test-stat-time
configure.ac: +AC_CHECK_FUNCS([usleep]) AC_CHECK_FUNCS_ONCE is better maybe? Paolo