summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 14:36:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 14:36:42 (GMT)
commit7b86373c88287718b9c9e03e29233b0ea4d6416e (patch)
tree152b9f9db9d0c70be8cb40b5aef2ebc265b7d6dd /unix/configure.ac
parentf45a52ad97cb88960b37051533ca2ce5f37d4c14 (diff)
parentfe472174f89b1e1b88ffb459768387c693559ecf (diff)
downloadtcl-7b86373c88287718b9c9e03e29233b0ea4d6416e.zip
tcl-7b86373c88287718b9c9e03e29233b0ea4d6416e.tar.gz
tcl-7b86373c88287718b9c9e03e29233b0ea4d6416e.tar.bz2
Merge trunk
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index c482fc4..4f90ce7 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -606,8 +606,6 @@ if test "`uname -s`" = "Darwin" ; then
AC_CHECK_FUNCS(OSSpinLockLock)
fi
AC_DEFINE(USE_VFORK, 1, [Should we use vfork() instead of fork()?])
- AC_DEFINE(TCL_DEFAULT_ENCODING, "utf-8",
- [Are we to override what our default encoding is?])
AC_DEFINE(TCL_LOAD_FROM_MEMORY, 1,
[Can this platform load code from memory?])
AC_DEFINE(TCL_WIDE_CLICKS, 1,