summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorVladimir Marangozov <vladimir.marangozov@t-online.de>2000-08-31 16:40:08 +0000
committerVladimir Marangozov <vladimir.marangozov@t-online.de>2000-08-31 16:40:08 +0000
commit0cf8cdea308af46119b3c544481a59f7d53f56a4 (patch)
treee7524b5a4b74757b4d803fff0406f0dffaf17190 /configure.in
parente3cca2662704e76f3c0e3609f6c7f8f87b503c73 (diff)
downloadcpython-git-0cf8cdea308af46119b3c544481a59f7d53f56a4.tar.gz
Remove obsolete --with(out)-readline configure option
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 69ddf547d0..31d2733253 100644
--- a/configure.in
+++ b/configure.in
@@ -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=""