diff options
author | Bruno Haible <bruno@clisp.org> | 2005-08-17 14:05:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2005-08-17 14:05:33 +0000 |
commit | 103b7cd6e6cc45a5aa570ad8c4d0aa6b0188b602 (patch) | |
tree | 67a3f5688d13d691feede8d5cee38f35658a891e /modules/strstr | |
parent | 40cdb9bf18ec808d500182c3ab071f3129861f95 (diff) | |
download | gnulib-103b7cd6e6cc45a5aa570ad8c4d0aa6b0188b602.tar.gz |
Make strstr() work in multibyte locales.
Diffstat (limited to 'modules/strstr')
-rw-r--r-- | modules/strstr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/strstr b/modules/strstr index c6891d2153..08aa468f4d 100644 --- a/modules/strstr +++ b/modules/strstr @@ -5,8 +5,10 @@ Files: lib/strstr.h lib/strstr.c m4/strstr.m4 +m4/mbrtowc.m4 Depends-on: +mbuiter configure.ac: gl_FUNC_STRSTR |