# "Force feature autodetection by undefining all DEAL_II_WITH_* variables prior to configure"
# )
#
-# SET(DEAL_II_FORCE_BUNDLED_BOOST OFF CACHE BOOL
-# "Always use the bundled boost library instead of an external one."
-# )
-#
-# SET(DEAL_II_FORCE_BUNDLED_FUNCTIONPARSER OFF CACHE BOOL
-# "Always use the bundled functionparser library instead of an external one."
-# )
-#
-# SET(DEAL_II_FORCE_BUNDLED_THREADS OFF CACHE BOOL
-# "Always use the bundled tbb library instead of an external one."
-# )
-#
-# SET(DEAL_II_FORCE_BUNDLED_UMFPACK OFF CACHE BOOL
-# "Always use the bundled umfpack library instead of an external one."
-# )
+# For further feature configuration, see section
+# "Advanced feature configuration" below.
#
# "Build deal.II with support for threads"
# )
#
+# SET(DEAL_II_FORCE_BUNDLED_THREADS TRUE CACHE BOOL
+# "Always use the bundled tbb library instead of an external one."
+# )
+#
# TODO
#