Fix building on Solaris.
authorNico Weber <nicolasweber@gmx.de>
Sat, 1 Nov 2014 19:20:42 +0000 (12:20 -0700)
committerNico Weber <nicolasweber@gmx.de>
Sat, 1 Nov 2014 19:20:42 +0000 (12:20 -0700)
commitfa62cd4c47e3df4da80342e03741b4dda8181ede
treefae63916db6cabd6f01ac856b00a809517c7c796
parentcc6ce9f7b70de17108380e55b39fa98658e2cdca
Fix building on Solaris.

"SunOS" and "Solaris" are the same thing these days, so make them go
down the same code paths. In particular, the browse feature was omitted
on solaris but not sunos5, causing trouble for some folks (see #838).
configure.py
platform_helper.py