diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2016-07-28 21:49:35 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2016-07-28 21:49:35 (GMT) |
commit | 3a49ad6c4bdee4485eb5fd692e7ba8d1a5d0f637 (patch) | |
tree | 7f0dfdde40a71ae52f7e38e3031a8b0066ea0f31 /unix/tcl.m4 | |
parent | d01a6c61924702ec32f0345567fead78978e1c54 (diff) | |
parent | f1810dae6c5de7512c2d388b7631b7dc4a888928 (diff) | |
download | tcl-pyk_trunk.zip tcl-pyk_trunk.tar.gz tcl-pyk_trunk.tar.bz2 |
merge pyk-listdictstringreppyk_trunk
Diffstat (limited to 'unix/tcl.m4')
-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="" |