diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 21:03:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 21:03:49 (GMT) |
commit | bd36f63f8d6cf4129fd3af94e276b4ad9987562e (patch) | |
tree | 437ec18665aa5e9e0a85d4c2a4b7e0428155441b /unix/tcl.m4 | |
parent | 51a4b5f8807bc1e0df2e06087292df90c7777f50 (diff) | |
parent | f05db2499a1f26791588140d9c283f7ee8e7c23a (diff) | |
download | tcl-bd36f63f8d6cf4129fd3af94e276b4ad9987562e.zip tcl-bd36f63f8d6cf4129fd3af94e276b4ad9987562e.tar.gz tcl-bd36f63f8d6cf4129fd3af94e276b4ad9987562e.tar.bz2 |
merge core-8-4-branch
Diffstat (limited to 'unix/tcl.m4')
-rwxr-xr-x | unix/tcl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 8ff420a..c804072 100755 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -731,6 +731,7 @@ AC_DEFUN([SC_ENABLE_SYMBOLS], [ CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)' LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)' DBGX="" + AC_DEFINE(NDEBUG, 1, [Is no debugging enabled?]) AC_MSG_RESULT([no]) else CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' |