From f60478b8aaae347c7878c024a0ffab0863057da5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 9 Mar 2013 10:34:25 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/trunk@28836 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/scripts/report_features.cc.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.5