File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # From configure.in Revision: 1.296
3+ # From configure.in Revision: 1.297
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.13
@@ -1430,9 +1430,9 @@ then
14301430 AIX* )
14311431 LINKCC=" \$ (srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$ (LIBRARY); $LINKCC " ;;
14321432 dgux* )
1433- LINKCC=" LD_RUN_PATH=$libdir $( LINKCC) " ;;
1433+ LINKCC=" LD_RUN_PATH=$libdir $LINKCC " ;;
14341434 Monterey64* )
1435- LINKCC=" $( LINKCC) -L/usr/lib/ia64l64" ;;
1435+ LINKCC=" $LINKCC -L/usr/lib/ia64l64" ;;
14361436 esac
14371437fi
14381438echo " $ac_t " " $LINKCC " 1>&6
Original file line number Diff line number Diff line change 294294 AIX*)
295295 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
296296 dgux*)
297- LINKCC="LD_RUN_PATH=$libdir $( LINKCC) ";;
297+ LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
298298 Monterey64*)
299- LINKCC="$( LINKCC) -L/usr/lib/ia64l64";;
299+ LINKCC="$LINKCC -L/usr/lib/ia64l64";;
300300 esac
301301fi
302302AC_MSG_RESULT($LINKCC)
You can’t perform that action at this time.
0 commit comments