Tony Houghton wrote:
> I can't work out how to compile 0.9.3 (or more recent CVS) with securit
> support. When it changed over to PSM 2 (IIRC), I eventually found out
> that I had to export MOZ_NSS_AUTOCONF=1 and go through the CVS checkout
> procedure to get some code that's been missing from the tarballs ever
> since, before using configure's --enable-crypto option. That doesn't
> work any more, configure warns that there's no configuration info in
> security/nss or something like that.
MOZ_NSS_AUTOCONF is now obsolete. Do not try to use it, it will not
work. Unset it. Just use --enable-crypto . If that doesn't work, then
file a bug.
- cls