Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv28641
Modified Files:
configure.in
Log Message:
Add autoconf test for mmap()
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** configure.in 30 Jul 2002 02:15:12 -0000 1.52
--- configure.in 5 Aug 2002 03:04:46 -0000 1.53
***************
*** 94,97 ****
--- 94,100 ----
AC_CHECK_FUNCS(select socket strcspn strspn strtod strtoul,,AC_MSG_ERROR([a required function was not found. srvx build will fail.]))
+ dnl Check if mmap() works. Autoconf has its own test for this.
+ AC_FUNC_MMAP
+
dnl Define a helper macro used below for a few things.
define([CACHE_COMPILE],[
|