changeset 15454:2d7bdbdd9f5d

configure.ac: Remove commented and obsolete test for Sun platform. * configure.ac: Remove commented and obsolete test for Sun platform.
author Rik <rik@octave.org>
date Sat, 29 Sep 2012 12:13:38 -0700
parents 4d960b078272
children 9b9f6dba39e0
files configure.ac
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac
+++ b/configure.ac
@@ -450,18 +450,6 @@
   BUILD_CXX='$(CXX)'
   BUILD_CXXFLAGS='$(CXXFLAGS)'
   BUILD_LDFLAGS='$(LDFLAGS)'
-  dnl ## 2012/07/31: Commented out special build requirements
-  dnl ## for Sun compiler now that gendoc.cc is no longer part of build.
-  dnl ##################################################################
-  dnl #case $canonical_host_type in
-  dnl #  sparc-sun-solaris2*)
-  dnl #    if test "$GCC" != yes; then
-  dnl #      ## The Sun C++ compiler never seems to complete compiling
-  dnl #      ## gendoc.cc unless we reduce the optimization level...
-  dnl #      ## BUILD_CXXFLAGS="-g -O1"
-  dnl #    fi
-  dnl #  ;;
-  dnl #esac
   BUILD_EXEEXT='$(EXEEXT)'
 fi