diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2016-07-26 18:36:41 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2016-07-26 18:36:41 (GMT) |
commit | f45faf8d9d3fca0e76d199068ef96385d5788bdc (patch) | |
tree | 09f6977ff09378dd0075ab3dcd82ebfef75f206b /unix | |
parent | 195d0288be26f564bc3fc8df6f5036763520a7b4 (diff) | |
download | tcl-f45faf8d9d3fca0e76d199068ef96385d5788bdc.zip tcl-f45faf8d9d3fca0e76d199068ef96385d5788bdc.tar.gz tcl-f45faf8d9d3fca0e76d199068ef96385d5788bdc.tar.bz2 |
Converting to stringType no longer loses the existing internal representation
of a value.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index f5aa84e..29bc0f5 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -734,7 +734,7 @@ AC_DEFUN([SC_ENABLE_SYMBOLS], [ AC_MSG_CHECKING([for build with symbols]) AC_ARG_ENABLE(symbols, AC_HELP_STRING([--enable-symbols], - [build with debugging symbols (default: off)]), + [build with debugging symbols (all, compile, or mem) (default: off)]), [tcl_ok=$enableval], [tcl_ok=no]) # FIXME: Currently, LDFLAGS_DEFAULT is not used, it should work like CFLAGS_DEFAULT. DBGX="" |