Let --with-threads be an alias for --with-thread.

This commit is contained in:
Guido van Rossum 1997-01-21 22:02:36 +00:00
parent a4240132ec
commit f78abae10f
2 changed files with 589 additions and 341 deletions

924
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -306,6 +306,12 @@ then
fi
AC_MSG_CHECKING(for --with-thread)
# Let --with-threads be an alias for --with-thread
if test "${with_thread+set}" != set; then
if test "${with_threads+set}" = set; then
with_thread="$with_threads";
fi
fi
AC_ARG_WITH(thread, [--with-thread[=DIRECTORY] make interpreter thread-safe], [
AC_MSG_RESULT($withval)
if test -d "$withval"