summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-04-01 21:40:43 (GMT)
committerdas <das@noemail.net>2008-04-01 21:40:43 (GMT)
commit4aca76e4eb287894f18a396cfe2fd96a739e54d1 (patch)
treea299b7cee2f39c01ed16a85066997e876a082d78 /unix
parentf321a64558315b7b189a857c68a0217c33dd4e24 (diff)
downloadtcl-4aca76e4eb287894f18a396cfe2fd96a739e54d1.zip
tcl-4aca76e4eb287894f18a396cfe2fd96a739e54d1.tar.gz
tcl-4aca76e4eb287894f18a396cfe2fd96a739e54d1.tar.bz2
(SunOS-5.1x): quote CC var to allow make-time override
sync with tk/unix/tcl.m4 changes FossilOrigin-Name: 3e590e79b6cf87170ccb0f29a65b7e26bf5d79af
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 2ac40da..bf1c524 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1454,10 +1454,6 @@ dnl AC_CHECK_TOOL(AR, ar)
# files in compat/*.c is being linked in.
AS_IF([test x"${USE_COMPAT}" != x],[CFLAGS="$CFLAGS -fno-inline"])
-
- # XIM peeking works under XFree86.
- AC_DEFINE(PEEK_XCLOSEIM, 1, [May we use XIM peeking safely?])
-
;;
GNU*)
SHLIB_CFLAGS="-fPIC"
@@ -1975,7 +1971,7 @@ dnl AC_CHECK_TOOL(AR, ar)
AS_IF([test "$use_sunmath" = yes], [textmode=textoff],[textmode=text])
case $system in
SunOS-5.[[1-9]][[0-9]]*)
- SHLIB_LD="${CC} -G -z $textmode \${LDFLAGS}";;
+ SHLIB_LD="\${CC} -G -z $textmode \${LDFLAGS}";;
*)
SHLIB_LD="/usr/ccs/bin/ld -G -z $textmode";;
esac