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
18b00563
Commit
18b00563
authored
Jul 19, 2010
by
Mark Dickinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert temporary debugging commit from r82756.
parent
22dcfcce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
21 deletions
+5
-21
configure
configure
+5
-14
configure.in
configure.in
+0
-7
No files found.
configure
View file @
18b00563
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 8
2141
.
# From configure.in Revision: 8
0702
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.1.
# Generated by GNU Autoconf 2.65 for python 3.1.
#
#
...
@@ -1923,11 +1923,11 @@ else
...
@@ -1923,11 +1923,11 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !(0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
test_array [0] = 0
test_array [0] = 0
;
;
...
@@ -1938,11 +1938,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
...
@@ -1938,11 +1938,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !((
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
(
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
test_array [0] = 0
test_array [0] = 0
...
@@ -4126,15 +4126,6 @@ $as_echo "$as_me: WARNING:
...
@@ -4126,15 +4126,6 @@ $as_echo "$as_me: WARNING:
"
>
&2
;
}
"
>
&2
;
}
fi
fi
# If using GCC, give result of 'gcc -v' in configure output.
if
test
"
$GCC
"
=
yes
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking gcc version"
>
&5
$as_echo_n
"checking gcc version... "
>
&6
;
}
gcc_version
=
`
$CC
-v
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$gcc_version
"
>
&5
$as_echo
"
$gcc_version
"
>
&6
;
}
fi
# checks for UNIX variants that set C preprocessor variables
# checks for UNIX variants that set C preprocessor variables
...
...
configure.in
View file @
18b00563
...
@@ -504,13 +504,6 @@ then
...
@@ -504,13 +504,6 @@ then
])
])
fi
fi
# If using GCC, give result of 'gcc -v' in configure output.
if test "$GCC" = yes; then
AC_MSG_CHECKING(gcc version)
gcc_version=`$CC -v`
AC_MSG_RESULT($gcc_version)
fi
# checks for UNIX variants that set C preprocessor variables
# checks for UNIX variants that set C preprocessor variables
AC_AIX
AC_AIX
...
...
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