summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-13 20:10:33 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-15 23:07:13 +0200
commitefc8c95af4cf2e224594521094b1a8947d83399d (patch)
treee82fe4d0966d2d95737598880ce8e70296df6157 /configure.in
parentaa3eeb28bcba10d603c15ee850620bed638514f5 (diff)
STLPort on Solaris only makes sense with SunStudio
Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe
Diffstat (limited to 'configure.in')
-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"