From 9273d06df99648652b98adf86d7562811eb323b8 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 10 Nov 2005 07:47:34 +0000 Subject: check if OpenPGP protocol is available on startup. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@733 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 11f818c0..9056aec1 100644 --- a/configure.in +++ b/configure.in @@ -317,7 +317,7 @@ AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h sys/file.h unistd.h paths.h \ sys/param.h sys/utsname.h sys/select.h \ - netdb.h regex.h) + netdb.h regex.h sys/mman.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -338,7 +338,7 @@ dnl Checks for library functions. AC_FUNC_ALLOCA AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \ uname flock lockf inet_aton inet_addr \ - fchmod truncate getuid regcomp) + fchmod truncate getuid regcomp mlock) AC_OUTPUT([ Makefile -- cgit v1.2.3