mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,
and fixes bug #438786.
This commit is contained in:
parent
1669669f4c
commit
784d3df09f
2 changed files with 379 additions and 383 deletions
|
@ -99,8 +99,6 @@ AC_ARG_WITH(gcc, [ --without-gcc never use gcc], [
|
|||
without_gcc=$withval;;
|
||||
esac], [
|
||||
case $ac_sys_system in
|
||||
OSF1) CC=cc
|
||||
without_gcc=;;
|
||||
AIX*) CC=cc_r
|
||||
without_gcc=;;
|
||||
BeOS*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue