Use `AC_FUNC_MMAP'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-06-09 19:55:09 +00:00
parent cc8f50e319
commit 23b5e2bdac

View File

@@ -32,6 +32,8 @@ AC_CHECK_HEADERS(sys/select.h paths.h bsd/bsd.h sys/mman.h)
AC_FIND_FUNC(socket, socket)
AC_FIND_FUNC(gethostbyname, nsl)
AC_CHECK_FUNCS(setproctitle mmap)
AC_FUNC_MMAP
AC_CHECK_FUNCS(setproctitle)
AC_OUTPUT(Makefile common/Makefile ftp/Makefile ftpd/Makefile)