Differences From Artifact [8088f4c211]:
- Executable file unix/configure — part of check-in [830f834cae] at 2009-04-28 16:46:20 on branch trunk — * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with threads. (user: hobbs size: 571436) [more...]
To Artifact [27eccaa24a]:
- Executable file unix/configure — part of check-in [9039eeb584] at 2009-07-23 22:49:15 on branch trunk — * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for * generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this is allowed. Provide a nice error message in the bypass area. Updated caller to check the bypass for a mesage. This fixes the bug [Bug 2826248] reported by Andy Sonnenburg <andy22286@users.sourceforge.net> (user: andreas_kupries size: 571603)
| ︙ | |||
7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 | 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 | + + + + + + |
CFLAGS="$CFLAGS +DD64"
LDFLAGS_ARCH="+DD64"
fi
fi
# 64bit not requested or not, may still be a 64bit platform.
if test "`uname -m`" = ia64 ; then
SHLIB_LD_LIBS="-L/lib/hpux64 ${SHLIB_LD_LIBS}"
fi
;;
HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*)
SHLIB_SUFFIX=".sl"
echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
|
| ︙ |