Kaydet (Commit) 90d1006e authored tarafından Jeremy Hylton's avatar Jeremy Hylton

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

Untested, of course.
üst 547a3167
......@@ -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*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment