2003-10-10 Dave Brolley <brolley@redhat.com>
[platform/upstream/binutils.git] / sim / testsuite / configure.in
index 28e9fef..0bebb7a 100644 (file)
@@ -21,13 +21,10 @@ if test -r ${srcdir}/${testdir}/configure ; then
   configdirs="${configdirs} $testdir"
 fi
 
+# add any extra subdirectories
 case $target in
-  m32r-*-*) use_cgen=yes ;;
-  *) use_cgen=no ;;
+  *) ;;
 esac
-if test $use_cgen = yes ; then
-    AC_CHECK_PROG(SCHEME, guile, guile, guile)
-fi
 
 # Compute the target architecture.
 # FIXME: Will need to canonicalize some values.