]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix misspelled define.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 2004 16:36:12 +0000 (16:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 2004 16:36:12 +0000 (16:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@8678 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/base/include/base/config.h.in
deal.II/configure

index 00fc128e4db69132749b26ba117948efa9537a1e..e63ca75f0f7dd39dcc6da7c6391b846bf4a5dff5 100644 (file)
@@ -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
index 8660e1db9ee01fedd298adbf198be443e48a4f5c..865c05391f0be466561204ca9d2f590cad3164f3 100644 (file)
 /* 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 */
index 59b601f8757284efd175ede4ae32570319d0b253..cd87a4a653518f94b313ea7ed956b5f78c0e77e7 100755 (executable)
@@ -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
 
 

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.