]> granicus.if.org Git - python/commitdiff
Fix LINKCC for AIX
authorGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 14:12:12 +0000 (14:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 14:12:12 +0000 (14:12 +0000)
configure
configure.in

index 1cd3f176788e6139dad4f3ff34675fa8b86320d5..2d430fecb45a727c320abc3020343737b058938c 100755 (executable)
--- 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
index ba7c7fd18805886d3ffd177b44670aa77b487249..3cf03cf411fe71cb8d69bec1642b21762dbde973 100644 (file)
@@ -90,7 +90,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