Remove obsolete --with(out)-readline configure option

This commit is contained in:
Vladimir Marangozov 2000-08-31 16:40:08 +00:00
parent e3cca26627
commit 0cf8cdea30
2 changed files with 460 additions and 506 deletions

959
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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=""