Compile with C++0x support if possible

Since DUNE does this, it might a good idea to track the same ABI.
This commit is contained in:
Roland Kaufmann 2012-10-24 10:32:23 +02:00
parent 056bce2128
commit 6d2f7e1f7c

View File

@ -5,6 +5,11 @@ dnl -*- autoconf -*-
AC_DEFUN([OPM_CORE_CHECKS], AC_DEFUN([OPM_CORE_CHECKS],
[ [
# Language features
GXX0X
STATIC_ASSERT_CHECK
NULLPTR_CHECK
# Checks for libraries. # Checks for libraries.
# Bring in numerics support (standard library component) # Bring in numerics support (standard library component)