From: Michael W. Hudson Date: Mon, 11 Mar 2002 10:14:23 +0000 (+0000) Subject: backport jhylton's checkin of X-Git-Tag: v2.2.1c1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=956c42021346cfd00a3facadc7984e19db0e4895;p=thirdparty%2FPython%2Fcpython.git backport jhylton's checkin of revision 1.295 of configure.in Add fix for AIX as reported by srubben in SF bug #477487. Untested, of course. --- diff --git a/configure.in b/configure.in index 32de03226a03..addf0314ed85 100644 --- a/configure.in +++ b/configure.in @@ -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*)