Removed check for c++ namespaces as they are not used and are outlawed by the c++ portability guide.
git-svn-id: svn://10.0.0.236/trunk@48679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1972,16 +1972,6 @@ else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
||||
AC_CACHE_CHECK(for namespaces,
|
||||
ac_cv_cpp_namespaces,
|
||||
[AC_TRY_COMPILE(namespace X {},
|
||||
using namespace X;,
|
||||
ac_cv_cpp_namespaces=yes,
|
||||
ac_cv_cpp_namespaces=no)])
|
||||
if test "$ac_cv_cpp_namespaces" = yes ; then
|
||||
AC_DEFINE(HAVE_CPP_NAMESPACES)
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(for ostreams)
|
||||
AC_CACHE_VAL(ac_cv_ostream,
|
||||
[AC_TRY_LINK([#include <iostream.h>],
|
||||
|
||||
Reference in New Issue
Block a user