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/configure.ac b/configure.ac index af7095e..27b0154 100644 --- a/configure.ac +++ b/configure.ac
@@ -6,6 +6,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CXX AC_LANG([C++]) +AX_CXX_COMPILE_STDCXX_11(, optional) AC_MSG_CHECKING([for std::shared_ptr]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM(