diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-10 07:47:34 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-10 07:47:34 +0000 |
commit | 9273d06df99648652b98adf86d7562811eb323b8 (patch) | |
tree | c27fec60bd50ed5590f149dec8c2c6ae3bbeec48 /configure.in | |
parent | 559f0d61388eab404f03a1c673b3c322e2cafa07 (diff) |
check if OpenPGP protocol is available on startup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@733 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |