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

Untested, of course.
This commit is contained in:
Jeremy Hylton 2002-03-08 21:43:51 +00:00
parent 547a3167be
commit 90d1006e92
1 changed files with 1 additions and 1 deletions

View 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*)