From: Wolfgang Bangerth Date: Mon, 8 Mar 2004 16:36:12 +0000 (+0000) Subject: Fix misspelled define. X-Git-Tag: v8.0.0~15668 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d258b06f5529b70cee8a578a56e692a8292eed;p=dealii.git Fix misspelled define. git-svn-id: https://svn.dealii.org/trunk@8678 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 00fc128e4d..e63ca75f0f 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -2517,7 +2517,7 @@ AC_DEFUN(DEAL_II_CHECK_MEMBER_TEMPLATE_SPECIALIZATION_BUG, dnl ], [ AC_MSG_RESULT(yes. using workaround) - AC_DEFINE(DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG, 1, + AC_DEFINE(DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG, 1, [Defined if the compiler refuses to specialize an outer class template while keeping a member as a template. For the exact failure mode, look at diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 8660e1db9e..865c05391f 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -88,6 +88,11 @@ /* Defined if the compiler refuses to specialize an outer class template while keeping a member as a template. For the exact failure mode, look at aclocal.m4 in the top-level directory. */ +#undef DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG + +/* Defined if the compiler refuses to allow the explicit specialization of + static member variables. For the exact failure mode, look at aclocal.m4 in + the top-level directory. */ #undef DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG /* Minor version number of deal.II */ diff --git a/deal.II/configure b/deal.II/configure index 59b601f875..cd87a4a653 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.162 . +# From configure.in Revision: 1.163 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -5032,7 +5032,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 echo "${ECHO_T}yes. using workaround" >&6 cat >>confdefs.h <<\_ACEOF -#define DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG 1 +#define DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG 1 _ACEOF