aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-17 18:01:25 +0000
committerWerner Koch <[email protected]>2006-08-17 18:01:25 +0000
commit6e3e2513d8ae9396cc5d504404863d9fe51a2313 (patch)
tree31943ccacb2d9e4a5234794ca0ffaf9923b28e93 /configure.ac
parentCopied gpg.texi over from 1.4.5 and started to restructure it into a proper (diff)
downloadgnupg-6e3e2513d8ae9396cc5d504404863d9fe51a2313.tar.gz
gnupg-6e3e2513d8ae9396cc5d504404863d9fe51a2313.zip
More man pages.
Diffstat (limited to '')
-rw-r--r--configure.ac36
1 files changed, 3 insertions, 33 deletions
diff --git a/configure.ac b/configure.ac
index eda69d4f0..99a074bc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -988,41 +988,11 @@ AC_CHECK_FUNCS([getrusage setrlimit stat setlocale])
AC_CHECK_FUNCS([flockfile funlockfile fopencookie funopen])
-
-GNUPG_CHECK_MLOCK
-
-GNUPG_FUNC_MKDIR_TAKES_ONE_ARG
-
#
-# Check whether we can use Linux capabilities as requested
+# W32 specific test
#
-# fixme: Still required?
-#
-if test "$use_capabilities" = "yes" ; then
-use_capabilities=no
-AC_CHECK_HEADERS(sys/capability.h)
-if test "$ac_cv_header_sys_capability_h" = "yes" ; then
- AC_CHECK_LIB(cap, cap_init, ac_need_libcap=1)
- if test "$ac_cv_lib_cap_cap_init" = "yes"; then
- AC_DEFINE(USE_CAPABILITIES,1,
- [define if capabilities should be used])
- AC_SUBST(CAPLIBS,"-lcap")
- use_capabilities=yes
- fi
-fi
-if test "$use_capabilities" = "no" ; then
- AC_MSG_WARN([[
-***
-*** The use of capabilities on this system is not possible.
-*** You need a recent Linux kernel and some patches:
-*** fcaps-2.2.9-990610.patch (kernel patch for 2.2.9)
-*** fcap-module-990613.tar.gz (kernel module)
-*** libcap-1.92.tar.gz (user mode library and utilities)
-*** And you have to configure the kernel with CONFIG_VFS_CAP_PLUGIN
-*** set (filesystems menu). Be warned: This code is *really* ALPHA.
-***]])
-fi
-fi
+GNUPG_FUNC_MKDIR_TAKES_ONE_ARG
+
#
# Sanity check regex. Tests adapted from mutt.