Signed-off-by: Xing Gu <gux.f...@cn.fujitsu.com> --- configure.ac | 14 -------------- include/mk/features.mk.default | 2 +- include/mk/features.mk.in | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/configure.ac b/configure.ac index 794059c..0ca21a6 100644 --- a/configure.ac +++ b/configure.ac @@ -102,20 +102,6 @@ fi # Testsuites knobs -# testcases/kernel/power_management requires python. -if test "x$with_python" = xyes; then - AC_ARG_WITH([power-management-testsuite], - [AC_HELP_STRING([--with-power-management-testsuite], - [compile and install the x86 power management testsuite (default=no)])], - [with_power_management_testsuite=yes], - ) -fi -if test "x$with_power_management_testsuite" = xyes; then - AC_SUBST([WITH_POWER_MANAGEMENT_TESTSUITE],["yes"]) -else - AC_SUBST([WITH_POWER_MANAGEMENT_TESTSUITE],["no"]) -fi - AC_ARG_WITH([open-posix-testsuite], [AC_HELP_STRING([--with-open-posix-testsuite], [compile and install the open posix testsuite (default=no)])], diff --git a/include/mk/features.mk.default b/include/mk/features.mk.default index c9edc1c..22a0f0e 100644 --- a/include/mk/features.mk.default +++ b/include/mk/features.mk.default @@ -38,7 +38,7 @@ HAVE_SECUREBITS := no ifeq ($(UCLINUX),1) WITH_POWER_MANAGEMENT_TESTSUITE := no else -WITH_POWER_MANAGEMENT_TESTSUITE := +WITH_POWER_MANAGEMENT_TESTSUITE := yes endif # Enable testcases/open_posix_testsuite's compile and install? diff --git a/include/mk/features.mk.in b/include/mk/features.mk.in index 1fd28f8..8030be7 100644 --- a/include/mk/features.mk.in +++ b/include/mk/features.mk.in @@ -38,7 +38,7 @@ HAVE_SECUREBITS := @HAVE_SECUREBITS@ ifeq ($(UCLINUX),1) WITH_POWER_MANAGEMENT_TESTSUITE := no else -WITH_POWER_MANAGEMENT_TESTSUITE := @WITH_POWER_MANAGEMENT_TESTSUITE@ +WITH_POWER_MANAGEMENT_TESTSUITE := yes endif # Enable testcases/open_posix_testsuite's compile and install? -- 1.9.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list