summaryrefslogtreecommitdiff
path: root/m4/ax_cxx_have_is_bind_expression.m4
diff options
context:
space:
mode:
authorEnrico M. Crisostomo <enrico.m.crisostomo@gmail.com>2014-09-14 00:00:19 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:00:43 +0200
commit65614bbb404e7a9772c3f5ed70b0f9eee1c070bd (patch)
tree6a4b6ab01ffc0973c147da799b7c9307615f5ccf /m4/ax_cxx_have_is_bind_expression.m4
parentdcb9724425ee2f5fbf8dd97862b941335c5db43d (diff)
downloadautoconf-archive-65614bbb404e7a9772c3f5ed70b0f9eee1c070bd.tar.gz
AX_CXX_HAVE_IS_BIND_EXPRESSION: remove dependency on AX_CXX_NAMESPACES
Diffstat (limited to 'm4/ax_cxx_have_is_bind_expression.m4')
-rw-r--r--m4/ax_cxx_have_is_bind_expression.m410
1 files changed, 4 insertions, 6 deletions
diff --git a/m4/ax_cxx_have_is_bind_expression.m4 b/m4/ax_cxx_have_is_bind_expression.m4
index 3eb8598..fae15cc 100644
--- a/m4/ax_cxx_have_is_bind_expression.m4
+++ b/m4/ax_cxx_have_is_bind_expression.m4
@@ -8,14 +8,12 @@
#
# DESCRIPTION
#
-# This macros checks if std::is_bind_expression, added in C++11, is
-# defined in the <functional> header.
+# This macro checks if std::is_bind_expression, added in C++11, is defined
+# in the <functional> header.
#
# If it is, define the ax_cv_cxx_have_is_bind_expression environment
# variable to "yes" and define HAVE_CXX_IS_BIND_EXPRESSION.
#
-# NOTE: This macros depends on AX_CXX_NAMESPACES.
-#
# LICENSE
#
# Copyright (c) 2014 Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
@@ -25,13 +23,13 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_DEFUN([AX_CXX_HAVE_IS_BIND_EXPRESSION],
[AC_CACHE_CHECK(
[for std::is_bind_expression in functional],
ax_cv_cxx_have_is_bind_expression,
- [AC_REQUIRE([AX_CXX_NAMESPACES])
+ [dnl
AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
[