[glib-networking] configure: make the status show correctly when pkcs11 is disabled
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] configure: make the status show correctly when pkcs11 is disabled
- Date: Mon, 7 Nov 2011 17:11:29 +0000 (UTC)
commit e43651f544c2cfd9a47b15e9c2ef8041fa249aaa
Author: Stef Walter <stefw collabora co uk>
Date: Mon Nov 7 18:05:43 2011 +0100
configure: make the status show correctly when pkcs11 is disabled
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2be7ca7..0961026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,8 @@ if test "x$with_pkcs11" != "xno"; then
[AS_IF([test "x$with_pkcs11" = "xyes"],
[AC_MSG_FAILURE("$PKCS11_PKG_ERRORS")])
pkcs11_support=no])
+else
+ pkcs11_support=no
fi
AM_CONDITIONAL(HAVE_PKCS11, [test "x$with_pkcs11" = "xyes"])
AC_SUBST(PKCS11_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]