summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-21 15:19:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-21 15:19:14 (GMT)
commitf6350d2654070f008d47c84159c6ea1a6a0d394d (patch)
tree572a3cdc1ffa942de72a0a8527af6f0d9dd24c68 /configure
parent6faee4e2ce8ee107bfe92bac74afa2c30ed4aebd (diff)
downloadcpython-f6350d2654070f008d47c84159c6ea1a6a0d394d.zip
cpython-f6350d2654070f008d47c84159c6ea1a6a0d394d.tar.gz
cpython-f6350d2654070f008d47c84159c6ea1a6a0d394d.tar.bz2
Issue #1633863: Don't ignore $CC under AIX.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index a3826ef..0199ba0 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 84674 .
+# From configure.in Revision: 84752 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
@@ -3144,7 +3144,7 @@ if test "${with_gcc+set}" = set; then :
else
case $ac_sys_system in
- AIX*) CC=cc_r
+ AIX*) CC=${CC:-xlc_r}
without_gcc=;;
*) without_gcc=no;;
esac
@@ -9230,7 +9230,6 @@ fi
OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 $OPT"
fi
-
# -I${DLINCLDIR} is added to the compile rule for importdl.o
DLINCLDIR=.