diff options
author | Guido van Rossum <guido@python.org> | 1998-04-20 18:51:54 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-20 18:51:54 +0000 |
commit | dd20dc9e1df6bb0b7d70e4582536a4b8e4b473c6 (patch) | |
tree | 921327e593bee4f6a51c32bcb6e4397618c33fb6 /configure | |
parent | 77cdb2b1f61eeb87a9fe97ac0c4a040be7c9c6d9 (diff) | |
download | cpython-dd20dc9e1df6bb0b7d70e4582536a4b8e4b473c6.tar.gz |
Remove bogus CCSHARED for cc on IRIX 6.x.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.83 +# From configure.in Revision: 1.84 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.12 @@ -1865,7 +1865,7 @@ then SCO_SV*) CCSHARED="-KPIC -dy -Bdynamic";; IRIX*/6*) case $CC in *gcc*) CCSHARED="-shared";; - *) CCSHARED="-shared -all";; + *) CCSHARED="";; esac;; esac fi |