diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-23 11:05:20 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-05 22:24:37 +0200 |
commit | 3545238cc6bc0e73ec5b03ca9dd94bf216c93a26 (patch) | |
tree | 9b06788bac84d7cf9313fa4b562a8e54a2042b65 /old-configure.in | |
parent | e10349ab8dda8a3f11be6aa19f2b6e29fe814044 (diff) | |
download | uxp-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.tar.gz |
Update build system files for NSS 3.35
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index 120abdf8a3..3889104a67 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2044,7 +2044,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.28.6, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.35, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) fi if test -z "$MOZ_SYSTEM_NSS"; then |