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
fa3f9a38
Commit
fa3f9a38
authored
Jan 25, 2013
by
doko@python.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
parent
9abc830c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/NEWS
Misc/NEWS
+2
-0
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
Misc/NEWS
View file @
fa3f9a38
...
...
@@ -709,6 +709,8 @@ Tests
Build
-----
-
Issue
#
3754
:
fix
typo
in
pthread
AC_CACHE_VAL
.
-
Issue
#
17029
:
Let
h2py
search
the
multiarch
system
include
directory
.
-
Issue
#
16953
:
Fix
socket
module
compilation
on
platforms
with
...
...
configure
View file @
fa3f9a38
...
...
@@ -6064,7 +6064,7 @@ then
# function available.
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CC
accepts -pthread"
>
&5
$as_echo_n
"checking whether
$CC
accepts -pthread... "
>
&6
;
}
if
${
ac_cv_thread
+
:
}
false
;
then
:
if
${
ac_cv_
p
thread
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_save_cc
=
"
$CC
"
...
...
configure.ac
View file @
fa3f9a38
...
...
@@ -1365,7 +1365,7 @@ then
# so we need to run a program to see whether it really made the
# function available.
AC_MSG_CHECKING(whether $CC accepts -pthread)
AC_CACHE_VAL(ac_cv_thread,
AC_CACHE_VAL(ac_cv_
p
thread,
[ac_save_cc="$CC"
CC="$CC -pthread"
AC_RUN_IFELSE([AC_LANG_SOURCE([[
...
...
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