diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-13 17:09:45 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 10:21:48 +0100 |
commit | 690078182aa82ba41e7da849d0fef271bb55c847 (patch) | |
tree | 499cd3fb0db11ffcd3fad82bc09639852206ea46 /configure.in | |
parent | 2cd01f9c90dec1c3b4409d5268cd642d397df136 (diff) |
nss is now required unconditionally in vcl
Change-Id: I846c9ef6bf9682ff02f586de6b979845deae6e93
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2fd333e458ac..fc14552b78a2 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) |