Skip to content
Snippets Groups Projects
Commit 40aaca74 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Don't error out if tls=auto and MozNSS not found

parent 7b7b2a33
No related branches found
No related tags found
No related merge requests found
......@@ -1242,7 +1242,9 @@ if test $ol_link_tls = no ; then
[define if you have MozNSS])
TLS_LIBS="-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
else
if test $ol_with_tls = moznss ; then
AC_MSG_ERROR([MozNSS not found - please specify the location to the NSPR and NSS header files in CPPFLAGS and the location to the NSPR and NSS libraries in LDFLAGS (if not in the system location)])
fi
fi
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment