From 6dae8a88bf814b8729ad883c92c7b75fdccc7be1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Mar 2015 11:48:46 -0400 Subject: sim: testsuite: make subdir unconditional Since the testsuite subdir has to handle dynamic arch values already, there's no real value in requiring arches to opt in to it. Most have a testsuite now anyways, and we're requiring it in the future. --- sim/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index 8c1d914..f1734e3 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -42,9 +42,7 @@ m4_define([SIM_ARCH], [ ]) if test "${enable_sim}" != no; then sinclude(configure.tgt) - if test "$sim_testsuite" = yes; then - AC_CONFIG_SUBDIRS(testsuite) - fi + AC_CONFIG_SUBDIRS(testsuite) if test "$sim_common" = yes; then AC_CONFIG_SUBDIRS(common) fi -- cgit v1.1