From de365509e7f63ccbd1f6c4c7aad9638c55ad908a Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Wed, 22 Sep 1999 00:38:44 +0000 Subject: [PATCH] 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 --- mozilla/configure.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 7572764ac1f..f5ca6cef185 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.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 ],