From: Richard M. Stallman Date: Wed, 26 Oct 1994 23:19:16 +0000 (+0000) Subject: Check for getpagesize. X-Git-Tag: emacs-19.34~6136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91d78d95357ef357bd2bdf97cb88ee1a5bad37a5;p=emacs.git Check for getpagesize. --- 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=)