# HG changeset patch # User Rik # Date 1343798668 25200 # Node ID c53c28c7c811e24fcc5bc8f808743bda3cbde5a3 # Parent 1feefc5e56304d4c8d9f4f037d2c959aa5363efc configure.ac: Comment out unneeded special build flags for Sun C++ compiler. * configure.ac: Comment out unneeded special build flags for Sun C++ compiler. diff -r 1feefc5e5630 -r c53c28c7c811 configure.ac --- a/configure.ac Tue Jul 31 18:26:37 2012 -0700 +++ b/configure.ac Tue Jul 31 22:24:28 2012 -0700 @@ -487,17 +487,18 @@ BUILD_CXX='$(CXX)' BUILD_CXXFLAGS='$(CXXFLAGS)' BUILD_LDFLAGS='$(LDFLAGS)' - case "$canonical_host_type" in - sparc-sun-solaris2*) - if test "$GCC" != yes; then - ## FIXME: gendoc.cc is no longer used for building documentation. - ## Can this test be eliminated? - ## The Sun C++ compiler never seems to complete compiling - ## gendoc.cc unless we reduce the optimization level... - BUILD_CXXFLAGS="-g -O1" - fi - ;; - esac + ## 2012/07/31: Commented out special build requirements + ## for Sun compiler now that gendoc.cc is no longer part of build. + ################################################################## + #case "$canonical_host_type" in + # sparc-sun-solaris2*) + # if test "$GCC" != yes; then + # ## The Sun C++ compiler never seems to complete compiling + # ## gendoc.cc unless we reduce the optimization level... + # ## BUILD_CXXFLAGS="-g -O1" + # fi + # ;; + #esac BUILD_EXEEXT='$(EXEEXT)' fi