From acebfd9efba68e79755251156bf59c0e0e7c1780 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 24 Jun 2002 12:04:22 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@6183 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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(); }; }; }; -- 2.39.5