mirror of
https://github.com/python/cpython.git
synced 2024-11-29 21:05:33 +08:00
Remove obsolete --with(out)-readline configure option
This commit is contained in:
parent
e3cca26627
commit
0cf8cdea30
@ -702,13 +702,6 @@ AC_MSG_RESULT($withval)
|
||||
LIBS="$withval $LIBS"
|
||||
], AC_MSG_RESULT(no))
|
||||
|
||||
AC_MSG_CHECKING(for --with(out)-readline)
|
||||
AC_ARG_WITH(readline,
|
||||
[ --with(out)-readline obsolete, edit Modules/Setup instead],
|
||||
[AC_MSG_RESULT($withval)
|
||||
AC_ERROR(--with(out)-readline is obsolete, edit Modules/Setup instead)],
|
||||
[AC_MSG_RESULT(not specified.)])
|
||||
|
||||
AC_SUBST(USE_THREAD_MODULE)
|
||||
USE_THREAD_MODULE=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user