e02199
diff -up mozilla-esr38/configure.in.nss-3.19.0 mozilla-esr38/configure.in
e02199
--- mozilla-esr38/configure.in.nss-3.19.0	2015-06-25 10:36:40.205019840 +0200
e02199
+++ mozilla-esr38/configure.in	2015-06-25 11:58:46.859155245 +0200
e02199
@@ -3627,7 +3627,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
ae10af
     _USE_SYSTEM_NSS=1 )
ae10af
 
ae10af
 if test -n "$_USE_SYSTEM_NSS"; then
ae10af
-    AM_PATH_NSS(3.19.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
ae10af
+    AM_PATH_NSS(3.19.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
ae10af
 fi
ae10af
 
ae10af
 if test -n "$MOZ_NATIVE_NSS"; then