Browse Source

configure.ac: indicate if the hypervisor is built

Nathalie Furmento 13 years ago
parent
commit
934ce57dc2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -1679,4 +1679,5 @@ AC_MSG_NOTICE([
 	       GCC plug-in: $build_gcc_plugin
 	       GCC plug-in: $build_gcc_plugin
 	       GCC plug-in test suite (requires GNU Guile): $run_gcc_plugin_test_suite
 	       GCC plug-in test suite (requires GNU Guile): $run_gcc_plugin_test_suite
 	       SOCL enabled:  $build_socl
 	       SOCL enabled:  $build_socl
+               Scheduler Hypervisor: $build_sched_ctx_hypervisor
 ])
 ])