BUG: fix check for no std::
This commit is contained in:
parent
48febc4ed3
commit
820a18a691
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue