sim: use STATE_MAGIC helper
[deliverable/binutils-gdb.git] / sim / configure.ac
index 8c1d91458897c9e14c56795d4fca431152a9bbc7..39f9c6e179a3a5118f0b511b59357decd9db7790 100644 (file)
@@ -30,7 +30,7 @@ AC_SUBST(CFLAGS_FOR_BUILD)
 # If a cpu ever has more than one simulator to choose from, use
 # --enable-sim=... to choose.
 AC_ARG_ENABLE(sim,
-[  --enable-sim ],
+[AS_HELP_STRING([--enable-sim], [Enable the GNU simulator])],
 [case "${enableval}" in
 yes | no) ;;
 *)     AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
@@ -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
This page took 0.04052 seconds and 4 git commands to generate.