summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-20 18:51:54 +0000
committerGuido van Rossum <guido@python.org>1998-04-20 18:51:54 +0000
commitdd20dc9e1df6bb0b7d70e4582536a4b8e4b473c6 (patch)
tree921327e593bee4f6a51c32bcb6e4397618c33fb6 /configure
parent77cdb2b1f61eeb87a9fe97ac0c4a040be7c9c6d9 (diff)
downloadcpython-dd20dc9e1df6bb0b7d70e4582536a4b8e4b473c6.tar.gz
Remove bogus CCSHARED for cc on IRIX 6.x.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7b2c7d004f..178817d35e 100755
--- a/configure
+++ b/configure
@@ -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