From b5cff36fb7b5e432c423771ef7e41e925eb9d94f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 22 Aug 2002 11:38:06 -0400 Subject: BUG: fix for OSF compiler to use ansi mode for streams --- configure | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 241b6cda32..050c6817cb 100755 --- a/configure +++ b/configure @@ -972,7 +972,19 @@ case $system in echo "$ac_t""no" 1>&6 fi rm -f conftest* - ;; + ;; + OSF1-*) + echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6 + echo 'void f(){}' > conftest.c + if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then + echo "$ac_t""yes" 1>&6 + CMAKE_ANSI_CXXFLAGS="-std strict_ansi" + else + echo "$ac_t""no" 1>&6 + fi + rm -f conftest* + ;; + esac fi @@ -982,7 +994,7 @@ fi # ansi stream files (without the .h) if test $ac_cv_prog_gxx = no; then echo $ac_n "checking ansi standard C++ stream headers ""... $ac_c" 1>&6 -echo "configure:986: checking ansi standard C++ stream headers " >&5 +echo "configure:998: checking ansi standard C++ stream headers " >&5 rm -rf conftest.* cat > conftest.cc < @@ -1000,7 +1012,7 @@ fi # check non-g++ compilers to see if they have std::stringstream echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6 -echo "configure:1004: checking for ansi standard C++ stringstream " >&5 +echo "configure:1016: checking for ansi standard C++ stringstream " >&5 rm -rf conftest.* cat > conftest.cc < @@ -1018,7 +1030,7 @@ fi # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6 -echo "configure:1022: checking ansi standard namespace support " >&5 +echo "configure:1034: checking ansi standard namespace support " >&5 rm -rf conftest.* cat > conftest.cc < @@ -1038,7 +1050,7 @@ fi # check to see if for scoping is supported if test $ac_cv_prog_gxx = no; then echo $ac_n "checking ansi for scope support ""... $ac_c" 1>&6 -echo "configure:1042: checking ansi for scope support " >&5 +echo "configure:1054: checking ansi for scope support " >&5 rm -rf conftest.* cat > conftest.cc <&6 -echo "configure:1064: checking for $ac_word" >&5 +echo "configure:1076: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -- cgit v1.2.1