diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
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 |