From: maier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sat, 9 Mar 2013 10:34:25 +0000 (+0000)
Subject: Bugfix
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42d16b8b66ac75fa8ba5d74f3721db7d9d4b08c;p=dealii-svn.git

Bugfix

git-svn-id: https://svn.dealii.org/trunk@28836 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/cmake/scripts/report_features.cc.in b/deal.II/cmake/scripts/report_features.cc.in
index af2ab44e32..6e9570453f 100644
--- a/deal.II/cmake/scripts/report_features.cc.in
+++ b/deal.II/cmake/scripts/report_features.cc.in
@@ -109,7 +109,7 @@ std::cout << "dealii-feature: BOOST="
 #endif
 
 #ifdef DEAL_II_WITH_P4EST
-  std::cout << "dealii-feature: P4EST=yes" << std::endl;
+  std::cout << "dealii-feature: P4est=yes" << std::endl;
 #endif
 
 #ifdef DEAL_II_WITH_PETSC
@@ -132,10 +132,6 @@ std::cout << "dealii-feature: BOOST="
   std::cout << "dealii-feature: NetCDF=yes" << std::endl;
 #endif
 
-#ifdef DEAL_II_WITH_P4EST
-  std::cout << "dealii-feature: P4est=yes" << std::endl;
-#endif
-
 #ifdef DEAL_II_WITH_TECPLOT
    std::cout << "dealii-feature: Tecplot=yes" << std::endl;
 #endif