From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 23:51:27 +0000 (+0000) Subject: There is no gcc 3.5 version, this has been renamed 4.0. Also set X-Git-Tag: v8.0.0~14396 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f385d73bedfa7923aadb1f3d6e2fb58fdd8090;p=dealii.git There is no gcc 3.5 version, this has been renamed 4.0. Also set GXX_VERSION_DETAILED as a variable that contains the version of the compiler in more detail, including the dot version. git-svn-id: https://svn.dealii.org/trunk@10140 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 60ea428f50..0eed55bc41 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -117,6 +117,7 @@ DEAL_II_SET_CXX_FLAGS DEAL_II_SET_CXX_DEBUG_FLAG AC_SUBST(GXX_VERSION) +AC_SUBST(GXX_VERSION_DETAILED) AC_SUBST(CXXFLAGSG) AC_SUBST(CXXFLAGSO) AC_SUBST(CXXFLAGSPIC)