diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-25 07:30:35 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-25 07:30:35 +0000 |
| commit | 784d3df09ff34cb7b301be246f701eb0c17901cb (patch) | |
| tree | 4933bb300b8378b947efac679782eb4ca5c8332a /configure.in | |
| parent | 1669669f4c55bf739e83ec835f06cd6af99de353 (diff) | |
| download | cpython-git-784d3df09ff34cb7b301be246f701eb0c17901cb.tar.gz | |
Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,
and fixes bug #438786.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4ac73774dc..ce4838658c 100644 --- a/configure.in +++ b/configure.in @@ -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*) |
