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
a0f3c5c8
Commit
a0f3c5c8
authored
Jun 30, 2000
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document --with-thread as deprecated. This gets rid of the annoying
newline in configure --help.
parent
ab1c7918
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
184 additions
and
181 deletions
+184
-181
configure
configure
+181
-180
configure.in
configure.in
+3
-1
No files found.
configure
View file @
a0f3c5c8
This diff is collapsed.
Click to expand it.
configure.in
View file @
a0f3c5c8
...
...
@@ -661,7 +661,9 @@ AC_ARG_WITH(threads,
[ --with(out)-threads[=DIRECTORY] disable/enable thread support])
# --with-thread is deprecated, but check for it anyway
AC_ARG_WITH(thread,,[with_threads=$with_thread])
AC_ARG_WITH(thread,
[ --with(out)-thread[=DIRECTORY] deprecated; use --with(out)-threads],[
with_threads=$with_thread])
if test -z "$with_threads"
then with_threads="yes"
...
...
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