]> granicus.if.org Git - python/commitdiff
Add fix for AIX as reported by srubben in SF bug #477487.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 21:43:51 +0000 (21:43 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 21:43:51 +0000 (21:43 +0000)
Untested, of course.

configure.in

index da2ab8db61e1da709a2a4f515507381d4effc6af..56e3faeb3a23ad5601bc2db8639642b84a600801 100644 (file)
@@ -292,7 +292,7 @@ then
         fi
        case $ac_sys_system in
        AIX*)
-          LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $(LINKCC)";;
+          LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
        dgux*)
           LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
        Monterey64*)