mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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.
This commit is contained 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*)
|
||||
|
||||
Reference in New Issue
Block a user