From: Chris Hanson Date: Fri, 6 Nov 2009 21:58:00 +0000 (-0800) Subject: Fix typo. X-Git-Tag: 20100708-Gtk~260 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=06bdf2b4720deb94c5d2060f90cdfca82dabf512;p=mit-scheme.git Fix typo. --- diff --git a/src/configure.ac b/src/configure.ac index 72db5e554..8f1630f9f 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -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([