Bug 1364066 - Re-enable bundled NSS on Solaris. r=glandium

This commit is contained in:
Petr Sumbera 2017-05-11 06:14:57 -07:00
Родитель 421cbf7a04
Коммит 3bc1dfc299
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2023,7 +2023,7 @@ else
NSS_CFLAGS="-I${DIST}/include/nss"
case "${OS_ARCH}" in
# Only few platforms have been tested with GYP
WINNT|Darwin|Linux|DragonFly|FreeBSD|NetBSD|OpenBSD)
WINNT|Darwin|Linux|DragonFly|FreeBSD|NetBSD|OpenBSD|SunOS)
;;
*)
AC_MSG_ERROR([building in-tree NSS is not supported on this platform. Use --with-system-nss])