diff options
author | dgp <dgp@users.sourceforge.net> | 2012-09-13 15:54:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-09-13 15:54:52 (GMT) |
commit | 158e7897249b7ff3ac5bba76020895f7d5d90d8e (patch) | |
tree | a154516ccfa544ae8d24561436ff48b991e3a313 /unix/configure | |
parent | 5b68c7d62cf67a00bd6c5e97f1da7d7fd194ef00 (diff) | |
download | tcl-158e7897249b7ff3ac5bba76020895f7d5d90d8e.zip tcl-158e7897249b7ff3ac5bba76020895f7d5d90d8e.tar.gz tcl-158e7897249b7ff3ac5bba76020895f7d5d90d8e.tar.bz2 |
autoconf-2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 18611f0..3e247c7 100755 --- a/unix/configure +++ b/unix/configure @@ -8757,7 +8757,7 @@ else arch=`isainfo` echo "$as_me:$LINENO: checking whether to use -lsunmath for fp rounding control" >&5 echo $ECHO_N "checking whether to use -lsunmath for fp rounding control... $ECHO_C" >&6 - if test "$arch" = "amd64 i386"; then + if test "$arch" = "amd64 i386" -o "$arch" = "i386"; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@ -8956,7 +8956,7 @@ else fi case $system in - SunOS-5.[1-9][0-9]*) + SunOS-5.[1-9][0-9]*|SunOS-5.[7-9]) SHLIB_LD="\${CC} -G -z $textmode \${LDFLAGS}";; *) SHLIB_LD="/usr/ccs/bin/ld -G -z $textmode";; |