summaryrefslogtreecommitdiff
path: root/m4/ax_cxx_header_stdcxx_98.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
committerReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
commitc6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f (patch)
tree90269678bc2a42a9492c62e07dbe08ecc10835a3 /m4/ax_cxx_header_stdcxx_98.m4
parent386747c45473a6f4b7ca32a787c316d205705586 (diff)
downloadautoconf-archive-c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f.tar.gz
More renamings missed previously.
Diffstat (limited to 'm4/ax_cxx_header_stdcxx_98.m4')
-rw-r--r--m4/ax_cxx_header_stdcxx_98.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_cxx_header_stdcxx_98.m4 b/m4/ax_cxx_header_stdcxx_98.m4
index ed3eff2..5e55c85 100644
--- a/m4/ax_cxx_header_stdcxx_98.m4
+++ b/m4/ax_cxx_header_stdcxx_98.m4
@@ -20,7 +20,7 @@
AC_DEFUN([AX_CXX_HEADER_STDCXX_98], [
AC_CACHE_CHECK(for ISO C++ 98 include files,
- ac_cv_cxx_stdcxx_98,
+ ax_cv_cxx_stdcxx_98,
[AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([
@@ -74,10 +74,10 @@ AC_DEFUN([AX_CXX_HEADER_STDCXX_98], [
#include <valarray>
#include <vector>
],,
- ac_cv_cxx_stdcxx_98=yes, ac_cv_cxx_stdcxx_98=no)
+ ax_cv_cxx_stdcxx_98=yes, ax_cv_cxx_stdcxx_98=no)
AC_LANG_RESTORE
])
- if test "$ac_cv_cxx_stdcxx_98" = yes; then
+ if test "$ax_cv_cxx_stdcxx_98" = yes; then
AC_DEFINE(STDCXX_98_HEADERS,,[Define if ISO C++ 1998 header files are present. ])
fi
])