]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Now that C++2011 is out, refer to it by that name.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 6 Nov 2011 14:20:15 +0000 (14:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 6 Nov 2011 14:20:15 +0000 (14:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@24727 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 57e6fd4022822a463365cf86cf4c9253a317af34..42d79c5b89186584378e10a6b89ae6957b3cc5ee 100644 (file)
@@ -424,11 +424,11 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
     dnl BOOST uses long long, so don't warn about this
     CXXFLAGSG="$CXXFLAGSG -Wno-long-long"
 
-    dnl See whether the gcc we use already has a flag for C++1x features.
+    dnl See whether the gcc we use already has a flag for C++2011 features.
+    AC_MSG_CHECKING(whether compiler has a flag to support C++2011)
+
     OLD_CXXFLAGS="$CXXFLAGS"
     CXXFLAGS=-std=c++0x
-
-    AC_MSG_CHECKING(whether compiler has a flag to support C++1x)
     AC_TRY_COMPILE([], [;],
        [
          AC_MSG_RESULT(yes)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.