Let --with-threads be an alias for --with-thread.
This commit is contained in:
parent
a4240132ec
commit
f78abae10f
|
@ -306,6 +306,12 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_CHECKING(for --with-thread)
|
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_ARG_WITH(thread, [--with-thread[=DIRECTORY] make interpreter thread-safe], [
|
||||||
AC_MSG_RESULT($withval)
|
AC_MSG_RESULT($withval)
|
||||||
if test -d "$withval"
|
if test -d "$withval"
|
||||||
|
|
Loading…
Reference in New Issue