BUG: fix check for no std::

This commit is contained in:
Bill Hoffman 2001-08-20 13:32:51 -04:00
parent 48febc4ed3
commit 820a18a691
2 changed files with 3740 additions and 1796 deletions

5534
Templates/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -532,7 +532,7 @@ void foo() { std::list<int> l; }
if test -z "`${CXX} $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
echo "$ac_t""yes" 1>&6
else
AC_DEFINE(CMAKE_NO_STD_NAMESPACE)
CMAKE_NO_STD_NAMESPACE="1"
echo "$ac_t""no" 1>&6
fi
fi