diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:58:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-24 20:58:04 (GMT) |
commit | f49e4099fe9298366fb4d972c58799d8ad38b2e4 (patch) | |
tree | a5df00513ff2e2bf627229b1913332d891498c1a /unix/configure.ac | |
parent | de08e1a14305a937cfb08f1f958c25732f53e133 (diff) | |
parent | 220282500becbcb9dc9124b8cca053fb6ed1a4b8 (diff) | |
download | tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.zip tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.gz tcl-f49e4099fe9298366fb4d972c58799d8ad38b2e4.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 109af38..238e47a 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -394,7 +394,7 @@ AC_CHECK_FUNC(memmove, , [ AC_DEFINE(NO_STRING_H, 1, [Do we have <string.h>?]) ]) #-------------------------------------------------------------------- -# On some systems strstr is broken: it returns a pointer even even if +# On some systems strstr is broken: it returns a pointer even if # the original string is empty. #-------------------------------------------------------------------- |