1 # ===========================================================================
2 # http://autoconf-archive.cryp.to/ac_cxx_header_stdcxx_98.html
3 # ===========================================================================
7 # AC_CXX_HEADER_STDCXX_98
11 # Check for complete library coverage of the C++1998/2003 standard.
15 # Copyright (C) 2008 Benjamin Kosnik <bkoz@redhat.com>
17 # Copying and distribution of this file, with or without modification, are
18 # permitted in any medium without royalty provided the copyright notice
19 # and this notice are preserved.
21 AC_DEFUN([AC_CXX_HEADER_STDCXX_98], [
22 AC_CACHE_CHECK(for ISO C++ 98 include files,
77 ac_cv_cxx_stdcxx_98=yes, ac_cv_cxx_stdcxx_98=no)
80 if test "$ac_cv_cxx_stdcxx_98" = yes; then
81 AC_DEFINE(STDCXX_98_HEADERS,,[Define if ISO C++ 1998 header files are present. ])