commit | 1b8f4c944f6b21cedb37286213024da1f22cdd20 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Jun 19 16:18:46 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Jun 19 16:18:46 2013 -0700 |
tree | dcfb73e5fdefc72685a32dae52399f8a80ef40ce | |
parent | 104fcb334742aff69ad2b0ae01e8b0e984e8a7b6 [diff] [blame] |
In configure, check for C++11
diff --git a/config.h.in b/config.h.in index a00cdbb..0843d74 100644 --- a/config.h.in +++ b/config.h.in
@@ -3,6 +3,9 @@ /* 1 if have the `boost::shared_ptr' class. */ #undef HAVE_BOOST_SHARED_PTR +/* define if the compiler supports basic C++11 syntax */ +#undef HAVE_CXX11 + /* 1 if have the `std::shared_ptr' class. */ #undef HAVE_STD_SHARED_PTR