summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index eb2ee8d3a83c..b6520ebbc9cd 100644
--- a/configure.in
+++ b/configure.in
@@ -4605,7 +4605,7 @@ if test "$_os" = "Linux"; then
BUILD_STLPORT="no"
;;
esac
-elif test "$_os" = "SunOS"; then
+elif test "$_os" = "SunOS" -a "$COM" = "C52"; then
BUILD_STLPORT="yes"
elif test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
BUILD_STLPORT="yes"