diff options
author | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-08-31 16:40:08 (GMT) |
---|---|---|
committer | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-08-31 16:40:08 (GMT) |
commit | 0cf8cdea308af46119b3c544481a59f7d53f56a4 (patch) | |
tree | e7524b5a4b74757b4d803fff0406f0dffaf17190 /configure.in | |
parent | e3cca2662704e76f3c0e3609f6c7f8f87b503c73 (diff) | |
download | cpython-0cf8cdea308af46119b3c544481a59f7d53f56a4.zip cpython-0cf8cdea308af46119b3c544481a59f7d53f56a4.tar.gz cpython-0cf8cdea308af46119b3c544481a59f7d53f56a4.tar.bz2 |
Remove obsolete --with(out)-readline configure option
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 69ddf54..31d2733 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="" |