]> git.eshelyaron.com Git - emacs.git/commitdiff
Check for getpagesize.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 23:19:16 +0000 (23:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 23:19:16 +0000 (23:19 +0000)
configure1.in

index 2201547e2a41a898a3889f7103134d2b2603679b..6e4cf079a26aa9fa30cea958d9d08a0a2f7c38a9 100755 (executable)
@@ -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=)