comparison configure1.in @ 9373:7f6f83c8571e

(eaccess): Check for it.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Oct 1994 08:40:00 +0000
parents 27adc7d166dd
children 5c972afd73c4
comparison
equal deleted inserted replaced
9372:89c023618d30 9373:7f6f83c8571e
1574 1574
1575 # logb and frexp are found in -lm on most systems. 1575 # logb and frexp are found in -lm on most systems.
1576 AC_HAVE_LIBRARY(-lm) 1576 AC_HAVE_LIBRARY(-lm)
1577 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1577 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1578 random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ 1578 random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
1579 strerror fpathconf select mktime) 1579 strerror fpathconf select mktime eaccess)
1580 1580
1581 ok_so_far=true 1581 ok_so_far=true
1582 AC_FUNC_CHECK(socket, , ok_so_far=) 1582 AC_FUNC_CHECK(socket, , ok_so_far=)
1583 if test -n "$ok_so_far"; then 1583 if test -n "$ok_so_far"; then
1584 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=) 1584 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)