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
c1d7597b
Commit
c1d7597b
authored
Oct 19, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore CFLAGS after checking for __attribute__
parent
a811c38d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
configure
configure
+2
-1
configure.in
configure.in
+1
-0
No files found.
configure
View file @
c1d7597b
#! /bin/sh
# From configure.in Revision: 523
63
.
# From configure.in Revision: 523
87
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6.
#
...
...
@@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6
fi
rm
-f
conftest.err conftest.
$ac_objext
conftest.
$ac_ext
CFLAGS
=
$save_CFLAGS
fi
# On some compilers, pthreads are available without further options
...
...
configure.in
View file @
c1d7597b
...
...
@@ -903,6 +903,7 @@ then
AC_MSG_RESULT(yes),
AC_MSG_RESULT(no)
)
CFLAGS=$save_CFLAGS
fi
# On some compilers, pthreads are available without further options
...
...
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