diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-26 23:19:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-26 23:19:16 +0000 |
commit | 91d78d95357ef357bd2bdf97cb88ee1a5bad37a5 (patch) | |
tree | 37bd5f1fdcaa6551cfd2352c16e014254907fab0 /configure1.in | |
parent | c3054b518e427bfd59b08a308bfddfb2a7f51954 (diff) | |
download | emacs-91d78d95357ef357bd2bdf97cb88ee1a5bad37a5.tar.gz |
Check for getpagesize.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 2201547e2a4..6e4cf079a26 100755 --- a/configure1.in +++ b/configure1.in @@ -1582,7 +1582,7 @@ AC_ALLOCA 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=) |