[glib-networking/wip/openssl: 17/22] configure: fix check
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/openssl: 17/22] configure: fix check
- Date: Mon, 28 Sep 2015 20:58:41 +0000 (UTC)
commit cd96126abdb63c2571154fa863dfce959034be33
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Sep 23 16:25:49 2015 +0200
configure: fix check
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8191d25..eddee35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,7 @@ AS_IF([test "$with_openssl" != "no"],
[PKG_CHECK_MODULES(OPENSSL, [openssl],
[with_openssl=yes
tls_support="openssl $tls_support"],
- [AS_IF([test "x$with_nss" = "xyes"],
+ [AS_IF([test "x$with_openssl" = "xyes"],
[AC_MSG_FAILURE("$OPENSSL_PKG_ERRORS")])])])
AM_CONDITIONAL(HAVE_OPENSSL, [test "$with_openssl" = "yes"])
AC_SUBST(OPENSSL_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]