[libsocialweb] build: make the kernel keyring support disabled by default
- From: Ross Burton <rburton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsocialweb] build: make the kernel keyring support disabled by default
- Date: Wed, 20 Apr 2011 12:34:08 +0000 (UTC)
commit 14d4ce13250c3542f947f647fbc35c70f0a3a7f0
Author: Ross Burton <ross linux intel com>
Date: Wed Apr 20 13:34:02 2011 +0100
build: make the kernel keyring support disabled by default
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7fd4bde..dd54749 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ AS_IF(
AC_MSG_CHECKING([whether to use kernel keyring via libkeyutils])
AC_ARG_WITH([kernel-keyring], [AS_HELP_STRING([--with-kernel-keyring], [enable support for kernel keyring])],
- [], [with_kernel_keyring=yes])
+ [], [with_kernel_keyring=no])
KEYUTILS_CFLAGS=""
KEYUTILS_LIBS=""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]