From 90d1006e92a42abca78a0053d70d98e2053fd897 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 8 Mar 2002 21:43:51 +0000 Subject: 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 da2ab8d..56e3fae 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*) -- cgit v0.12