summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure b/configure
index 2324e0b72f..21a31e0f08 100755
--- a/configure
+++ b/configure
@@ -2263,13 +2263,9 @@ if [ -z "$PLATFORM" ]; then
"
;;
SunOS:5*)
- if [ "$XPLATFORM_MINGW" = "yes" ]; then
- PLATFORM="solaris-g++"
- else
- #PLATFORM=solaris-g++
- PLATFORM=solaris-cc
- #PLATFORM=solaris-cc64
- fi
+ #PLATFORM=solaris-g++
+ PLATFORM=solaris-cc
+ #PLATFORM=solaris-cc64
PLATFORM_NOTES="
- Also available for Solaris: solaris-g++ solaris-cc-64
"