From: wolf Date: Mon, 24 Jun 2002 12:04:22 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acebfd9efba68e79755251156bf59c0e0e7c1780;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@6183 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 38244592a5..0d914ab99a 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.113 . +# From configure.in Revision: 1.114 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53a. # @@ -4416,11 +4416,12 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu #line $LINENO "configure" #include "confdefs.h" - class X { - static int i; + struct X { + private: + static int f(); struct Y { - int f() { return i; }; + int g() { return f(); }; }; };