1. ===========================================================
  2. This is the error I get at the end of the .configure script
  3. ===========================================================
  4. No package 'nss' found
  5. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  6. installed software in a non-standard prefix.
  7. Alternatively, you may set the environment variables nss_CFLAGS
  8. and nss_LIBS to avoid the need to call pkg-config.
  9. See the pkg-config man page for more details.
  10. ==========================================
  11. If I try to use --disable-nss:
  12. ./configure --disable-nss --prefix=$PREFIX
  13. ==========================================
  14. configure: WARNING: unrecognized options: --disable-nss
  15. ===================================================================================================
  16. Line 999 of the configure script looks like it should disable any options specified with the prefix
  17. --disable-, but it can't be working
  18. ===================================================================================================