From: Guido Kanschat Date: Tue, 15 Mar 2005 21:35:45 +0000 (+0000) Subject: Why is DEAL_II_USE_MT defined to zero? X-Git-Tag: v8.0.0~14372 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe6bdfeba9a2cc31c994813ba4be35b82de50d8;p=dealii.git Why is DEAL_II_USE_MT defined to zero? git-svn-id: https://svn.dealii.org/trunk@10164 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 f2dd8d4d29..2f8f55a4a1 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -279,7 +279,7 @@ * volatile. We do this here in a very old-fashioned C-style, but still * convenient way. */ -#ifdef DEAL_II_USE_MT +#if DEAL_II_USE_MT != 0 # define DEAL_VOLATILE volatile #else # define DEAL_VOLATILE diff --git a/deal.II/configure b/deal.II/configure index dcca7119cb..5429ad8c82 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.189 . +# From configure.in Revision: 1.190 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # diff --git a/deal.II/configure.in b/deal.II/configure.in index 6c7a4259e2..778337d6c7 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -510,7 +510,7 @@ AH_BOTTOM( * volatile. We do this here in a very old-fashioned C-style, but still * convenient way. */ -#ifdef DEAL_II_USE_MT +#if DEAL_II_USE_MT != 0 # define DEAL_VOLATILE volatile #else # define DEAL_VOLATILE