faccessat: speed up 'configure' on mainstream hosts
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Oct 2012 05:24:48 +0000 (22:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Oct 2012 05:54:01 +0000 (22:54 -0700)
commitf395c21b24576a9b50392f4556f9caf0335df218
treeb55b7d0da49e46325d1d993912b310c4604d5c4c
parentf62a2da1390a78aebe7dcbc5753ba7a2b34cf1fd
faccessat: speed up 'configure' on mainstream hosts

* m4/faccessat.m4 (gl_PREREQ_FACCESSAT):
Use AT_CHECK_FUNCS for 'access', not AC_CHECK_FUNCS_ONCE,
since it's only on unusual platforms that we need to check for
'access', and it's better not to slow 'configure' down on all
platforms.
ChangeLog
m4/faccessat.m4