diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 20:29:05 (GMT) |
commit | c6f36b8a73bcb13733a83aa0f0098fa726768b61 (patch) | |
tree | 1d1b1c43c917856f2045fbcf99e9f459625f2d42 /unix/tcl.m4 | |
parent | 10a3f4a3148cabf927c2af8112bac13e8afb4de8 (diff) | |
parent | ef6aefbf014a47c20f25a588d98171ebe538f856 (diff) | |
download | tk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.zip tk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.tar.gz tk-c6f36b8a73bcb13733a83aa0f0098fa726768b61.tar.bz2 |
disallow colors like xellow
cleanup tkInt.decls
configure changes for cygwin
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index ca77586..05a155b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -775,6 +775,7 @@ AC_DEFUN([SC_ENABLE_SYMBOLS], [ if test "$tcl_ok" = "no"; then CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)' LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)' + AC_DEFINE(NDEBUG, 1, [Is no debugging enabled?]) AC_MSG_RESULT([no]) AC_DEFINE(TCL_CFG_OPTIMIZED, 1, [Is this an optimized build?]) else |