Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Nov 2009 21:58:00 +0000 (13:58 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Nov 2009 21:58:00 +0000 (13:58 -0800)
src/configure.ac

index 72db5e554c9f1c52c67129a08dff740d7501ead0..8f1630f9fde71c643db228f67e68b7330c91d97b 100644 (file)
@@ -77,7 +77,7 @@ if test x"${enable_host_scheme_test}" = xyes; then
     AC_MSG_CHECKING([for an existing MIT/GNU Scheme installation])
     if "${MIT_SCHEME_EXE}" --batch-mode --eval '(%exit)' >/dev/null 2>&1; then
        :
-    elif mit-scheme-native --batch-mode --eval '(%exit)' >/dev/null 2>&1; then
+    elif mit-scheme --batch-mode --eval '(%exit)' >/dev/null 2>&1; then
        MIT_SCHEME_EXE=mit-scheme
     else
        AC_MSG_ERROR([