summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-18 14:12:12 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-18 14:12:12 (GMT)
commit0393e18b18b21e4f113f5d4a507ae01e5074afc2 (patch)
tree4d59137d2977daabde1b52b07a9257da7e53622b /configure
parent92c90329d191ede028ee544e1b996ce83c4aab18 (diff)
downloadcpython-0393e18b18b21e4f113f5d4a507ae01e5074afc2.zip
cpython-0393e18b18b21e4f113f5d4a507ae01e5074afc2.tar.gz
cpython-0393e18b18b21e4f113f5d4a507ae01e5074afc2.tar.bz2
Fix LINKCC for AIX
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1cd3f17..2d430fe 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.59
+# From configure.in Revision: 1.60
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -818,7 +818,7 @@ if test -z "$LINKCC"
then
case $ac_sys_system in
AIX*)
- LINKCC="makexp_aix python.exp \"\" \$(MYLIBS) \$(ADDOBJS); \$(CC)";;
+ LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
*) LINKCC="\$(CC)";;
esac
fi