Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90d1006

Browse files
committed
Add fix for AIX as reported by srubben in SF bug #477487.
Untested, of course.
1 parent 547a316 commit 90d1006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ then
292292
fi
293293
case $ac_sys_system in
294294
AIX*)
295-
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $(LINKCC)";;
295+
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
296296
dgux*)
297297
LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
298298
Monterey64*)

0 commit comments

Comments
 (0)