Moved inclusion of PURIFY in LINKCC to configure

This commit is contained in:
Guido van Rossum 1997-08-18 16:00:04 +00:00
parent 34b359732c
commit 25f93036bb
3 changed files with 6 additions and 6 deletions

View file

@ -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)