Let --with-threads be an alias for --with-thread.
This commit is contained in:
parent
a4240132ec
commit
f78abae10f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue