[glib-networking/wip/openssl: 17/17] configure: fix check



commit 3ed741325cc09d9bc18e8c2bc678d57211332d08
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]