fix to sstring stuff

This commit is contained in:
Bill Hoffman 2002-06-21 08:38:32 -04:00
parent 20d9083455
commit 3fc7253184

View File

@ -110,7 +110,6 @@ if test $ac_cv_prog_gxx = no; then
fi
# check non-g++ compilers to see if they have std::stringstream
if test $ac_cv_prog_gxx = no; then
AC_MSG_CHECKING( for ansi standard C++ stringstream )
rm -rf conftest.*
cat > conftest.cc <<!
@ -122,7 +121,6 @@ if test $ac_cv_prog_gxx = no; then
AC_DEFINE(CMAKE_NO_ANSI_STRING_STREAM)
echo "$ac_t""no" 1>&6
fi
fi
# check to see if stl is in the std namespace
if test $ac_cv_prog_gxx = no; then