From d9bd1dc8235a991c5590943555dee497da08e27c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= <matus.kukan@gmail.com>
Date: Mon, 13 Aug 2012 17:09:45 +0200
Subject: [PATCH] nss is now required unconditionally in vcl

Change-Id: I846c9ef6bf9682ff02f586de6b979845deae6e93
---
 configure.in |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index 2fd333e..fc14552 100644
--- a/configure.in
+++ b/configure.in
@@ -7977,9 +7977,8 @@ AC_SUBST(MOZ_LIB)
 AC_SUBST(MOZ_LIB_XPCOM)
 
 dnl ===================================================================
-dnl Check for system NSS only with xmlsec or mozilla build enabled
+dnl Check for system NSS
 dnl ===================================================================
-if test "x$enable_xmlsec" != "xno" -o "x$enable_mozilla" != "xno"; then
 AC_MSG_CHECKING([which NSS to use])
 if test "$with_system_nss" = "yes"; then
     AC_MSG_RESULT([external])
@@ -8013,7 +8012,6 @@ from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
         fi
     fi
 fi # system nss
-fi # enable xmlsec || enable mozilla
 AC_SUBST(SYSTEM_NSS)
 AC_SUBST(NSS_CFLAGS)
 AC_SUBST(NSS_LIBS)
-- 
1.7.9.5

