Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0cf8cdea
Commit
0cf8cdea
authored
Aug 31, 2000
by
Vladimir Marangozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete --with(out)-readline configure option
parent
e3cca266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
460 additions
and
506 deletions
+460
-506
configure
configure
+460
-499
configure.in
configure.in
+0
-7
No files found.
configure
View file @
0cf8cdea
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
0cf8cdea
...
@@ -702,13 +702,6 @@ AC_MSG_RESULT($withval)
...
@@ -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=""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment