From: Wolfgang Bangerth Date: Wed, 15 Mar 2006 20:57:10 +0000 (+0000) Subject: Fix preprocessor oversight X-Git-Tag: v8.0.0~12094 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20c5ae1abb956edfd436ee087f3b85b292af43b;p=dealii.git Fix preprocessor oversight git-svn-id: https://svn.dealii.org/trunk@12604 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 485ac968ab..a3d01466f7 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -414,3 +414,5 @@ namespace deal_II_numbers { bool is_finite (const double x); } +#endif + diff --git a/deal.II/configure b/deal.II/configure index 1755bb1c45..43e964224b 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.220 . +# From configure.in Revision: 1.221 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # diff --git a/deal.II/configure.in b/deal.II/configure.in index 5e46b3a5e1..5db6d179c6 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -700,6 +700,8 @@ namespace deal_II_numbers { */ bool is_finite (const double x); } + +#endif ])