Mercurial > emacs
changeset 9719:c1e70445780e
Check for getpagesize.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Oct 1994 23:19:16 +0000 |
parents | a3bed2efdb45 |
children | c1453f964f15 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Wed Oct 26 22:51:08 1994 +0000 +++ b/configure1.in Wed Oct 26 23:19:16 1994 +0000 @@ -1582,7 +1582,7 @@ AC_HAVE_LIBRARY(-lm) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ -strerror fpathconf select mktime eaccess) +strerror fpathconf select mktime eaccess getpagesize) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=)