| author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-13 15:09:45 (GMT) |
|---|---|---|
| committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 09:21:48 (GMT) |
| commit | 690078182aa82ba41e7da849d0fef271bb55c847 (patch) (side-by-side diff) | |
| tree | 499cd3fb0db11ffcd3fad82bc09639852206ea46 | |
| parent | 2cd01f9c90dec1c3b4409d5268cd642d397df136 (diff) | |
| download | core-690078182aa82ba41e7da849d0fef271bb55c847.zip core-690078182aa82ba41e7da849d0fef271bb55c847.tar.gz | |
nss is now required unconditionally in vcl
Change-Id: I846c9ef6bf9682ff02f586de6b979845deae6e93
| -rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 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) |
