summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-26 23:19:16 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-26 23:19:16 +0000
commit91d78d95357ef357bd2bdf97cb88ee1a5bad37a5 (patch)
tree37bd5f1fdcaa6551cfd2352c16e014254907fab0 /configure1.in
parentc3054b518e427bfd59b08a308bfddfb2a7f51954 (diff)
downloademacs-91d78d95357ef357bd2bdf97cb88ee1a5bad37a5.tar.gz
Check for getpagesize.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in2
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=)