mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Moved inclusion of PURIFY in LINKCC to configure
This commit is contained in:
parent
34b359732c
commit
25f93036bb
3 changed files with 6 additions and 6 deletions
|
@ -90,8 +90,8 @@ if test -z "$LINKCC"
|
|||
then
|
||||
case $ac_sys_system in
|
||||
AIX*)
|
||||
LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
|
||||
*) LINKCC="\$(CC)";;
|
||||
LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;
|
||||
*) LINKCC="\$(PURIFY) \$(CC)";;
|
||||
esac
|
||||
fi
|
||||
AC_MSG_RESULT($LINKCC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue