diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-13 20:10:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-15 23:07:13 +0200 |
commit | efc8c95af4cf2e224594521094b1a8947d83399d (patch) | |
tree | e82fe4d0966d2d95737598880ce8e70296df6157 /configure.in | |
parent | aa3eeb28bcba10d603c15ee850620bed638514f5 (diff) |
STLPort on Solaris only makes sense with SunStudio
Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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" |