mirror of
https://github.com/python/cpython.git
synced 2025-12-11 03:20:01 +00:00
Remove obsolete --with(out)-readline configure option
This commit is contained in:
parent
e3cca26627
commit
0cf8cdea30
2 changed files with 460 additions and 506 deletions
|
|
@ -702,13 +702,6 @@ AC_MSG_RESULT($withval)
|
||||||
LIBS="$withval $LIBS"
|
LIBS="$withval $LIBS"
|
||||||
], AC_MSG_RESULT(no))
|
], 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)
|
AC_SUBST(USE_THREAD_MODULE)
|
||||||
USE_THREAD_MODULE=""
|
USE_THREAD_MODULE=""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue