diff --git a/config.h.cmake b/config.h.cmake
index ef3e448ad2324aa84a4be46936ce06f585438b1b..c29e27024e5696ccee82e5b85543722f529c2d5f 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,3 +1,5 @@
+/* config.h.  Generated from config.h.cmake by CMake.  */
+
 #define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1
 
 /* Define to the version of dune-common */
@@ -38,10 +40,19 @@
 /* Define to 1 if you have <boost/make_shared.hpp> */
 #cmakedefine01 HAVE_BOOST_MAKE_SHARED_HPP
 
+/* Define to 1 if nullptr is supported */
 #cmakedefine01 HAVE_NULLPTR
+
+/* Define to 1 if static_assert is supported */
 #cmakedefine01 HAVE_STATIC_ASSERT
+
+/* Define to 1 if variadic templates are supported */
 #cmakedefine01 HAVE_VARIADIC_TEMPLATES
+
+/* Define to 1 if SFINAE on variadic template constructors is fully supported */
 #cmakedefine01 HAVE_VARIADIC_CONSTRUCTOR_SFINAE
+
+/* Define to 1 if rvalue references are supported */
 #cmakedefine01 HAVE_RVALUE_REFERENCES
 
 /* Include allways usefull headers */
diff --git a/dune/common/parallel/test/CMakeLists.txt b/dune/common/parallel/test/CMakeLists.txt
index cabeea99f532cbba29b7d6eddbd1e3e56ea8c7d0..ff6eb56ffb189c709d281b5d8100488a8d9893e4 100644
--- a/dune/common/parallel/test/CMakeLists.txt
+++ b/dune/common/parallel/test/CMakeLists.txt
@@ -13,7 +13,7 @@ if(MPI_FOUND)
   target_link_libraries(selectiontest ${MPI_CXX_LIBRARIES})
 endif(MPI_FOUND)
 
-add_executable("syncertest" syncertest.cc)
-if(MPI_FOUND)
-  target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
-endif(MPI_FOUND)
+#add_executable("syncertest" syncertest.cc)
+#if(MPI_FOUND)
+#  target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
+#endif(MPI_FOUND)