[glib-networking/wip/openssl] configure: fix check
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/openssl] configure: fix check
- Date: Wed, 23 Sep 2015 14:26:25 +0000 (UTC)
commit 1d30cf920139c83f02bc8b45b71af7e5ea7f94f9
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 b1b92e5..529d99f 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]