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 | b9b9e31ab676b6e6ae4ec2ea671193bb7ed65c6b (patch) | |
tree | cd241e2a82d5c8e11a1329164f701df0757307a6 /configure1.in | |
parent | 3172095f15fa5c9642df0b9ffdb0a6f1fbc2997a (diff) | |
download | emacs-b9b9e31ab676b6e6ae4ec2ea671193bb7ed65c6b.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=) |