-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b126
On Solaris, the configure test for libstlport.so.1 isn't disabled by --disable-hotspot-gtest. So if libstlport.so.1 isn't present, the build will break during configuration even if we set --disable-hotspot-gtest.
The fix is trivial - just guard the test for libstlport.so.1 by "x$BUILD_GTEST" = "xtrue".
The fix is trivial - just guard the test for libstlport.so.1 by "x$BUILD_GTEST" = "xtrue".