From 956c42021346cfd00a3facadc7984e19db0e4895 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Mon, 11 Mar 2002 10:14:23 +0000 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.47.3