]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport jhylton's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:14:23 +0000 (10:14 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:14:23 +0000 (10:14 +0000)
    revision 1.295 of configure.in

Add fix for AIX as reported by srubben in SF bug #477487.

Untested, of course.

configure.in

index 32de03226a0381bd257302e79c7353573f193fa4..addf0314ed85ed2ddb4b5a89027afd5575f6984a 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*)