File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ INSTALL_SHARED= ${INSTALL} -m 555
7070
7171# === Variables that are customizable by hand or by inclusion in Setup ===
7272
73- LINKCC= $(PURIFY) @LINKCC@
73+ LINKCC= @LINKCC@
7474INCLDIR= $(srcdir)/../Include
7575CONFIGINCLDIR= ..
7676CFLAGS= $(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # From configure.in Revision: 1.60
3+ # From configure.in Revision: 1.61
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.12
@@ -818,8 +818,8 @@ if test -z "$LINKCC"
818818then
819819 case $ac_sys_system in
820820 AIX* )
821- LINKCC=" makexp_aix python.exp \"\" \$ (LIBRARY); \$ (CC)" ;;
822- * ) LINKCC=" \$ (CC)" ;;
821+ LINKCC=" makexp_aix python.exp \"\" \$ (LIBRARY); \$ (PURIFY) \$ ( CC)" ;;
822+ * ) LINKCC=" \$ (PURIFY) \$ ( CC)" ;;
823823 esac
824824fi
825825echo " $ac_t " " $LINKCC " 1>&6
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ if test -z "$LINKCC"
9090then
9191 case $ac_sys_system in
9292 AIX*)
93- LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
94- *) LINKCC="\$(CC)";;
93+ LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$( CC)";;
94+ *) LINKCC="\$(PURIFY) \$( CC)";;
9595 esac
9696fi
9797AC_MSG_RESULT($LINKCC)
You can’t perform that action at this time.
0 commit comments