comparison configure1.in @ 9719:c1e70445780e

Check for getpagesize.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Oct 1994 23:19:16 +0000
parents 46e38c41b66c
children
comparison
equal deleted inserted replaced
9718:a3bed2efdb45 9719:c1e70445780e
1580 1580
1581 # logb and frexp are found in -lm on most systems. 1581 # logb and frexp are found in -lm on most systems.
1582 AC_HAVE_LIBRARY(-lm) 1582 AC_HAVE_LIBRARY(-lm)
1583 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1583 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1584 random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ 1584 random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
1585 strerror fpathconf select mktime eaccess) 1585 strerror fpathconf select mktime eaccess getpagesize)
1586 1586
1587 ok_so_far=true 1587 ok_so_far=true
1588 AC_FUNC_CHECK(socket, , ok_so_far=) 1588 AC_FUNC_CHECK(socket, , ok_so_far=)
1589 if test -n "$ok_so_far"; then 1589 if test -n "$ok_so_far"; then
1590 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=) 1590 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)