зеркало из https://github.com/mozilla/gecko-dev.git
Removed check for c++ namespaces as they are not used and are outlawed by the c++ portability guide.
This commit is contained in:
Родитель
3a68f476fe
Коммит
a323ac377e
10
configure.in
10
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 <iostream.h>],
|
||||
|
|
Загрузка…
Ссылка в новой задаче