summaryrefslogtreecommitdiff
path: root/m4/string_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-05 01:36:34 +0000
committerBruno Haible <bruno@clisp.org>2007-02-05 01:36:34 +0000
commit0e6e2d08f8fb82246767c5e671dea720934af1c0 (patch)
tree91084dc136149f90727fac21b64790d1421fd51f /m4/string_h.m4
parent8d097bc878c1692e71b46eee71e8d3e42ce9cac6 (diff)
downloadgnulib-0e6e2d08f8fb82246767c5e671dea720934af1c0.tar.gz
New module 'mbsstr'. Remove module 'strstr'.
Diffstat (limited to 'm4/string_h.m4')
-rw-r--r--m4/string_h.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/string_h.m4 b/m4/string_h.m4
index bb0e7525da..152a6ad719 100644
--- a/m4/string_h.m4
+++ b/m4/string_h.m4
@@ -42,7 +42,6 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS],
HAVE_STRSEP=1; AC_SUBST([HAVE_STRSEP])
HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R])
REPLACE_STRCASECMP=0; AC_SUBST([REPLACE_STRCASECMP])
- REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR])
REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR])
])
@@ -67,9 +66,9 @@ AC_DEFUN([gl_STRING_MODULE_INDICATOR_DEFAULTS],
GNULIB_STRNLEN=0; AC_SUBST([GNULIB_STRNLEN])
GNULIB_STRPBRK=0; AC_SUBST([GNULIB_STRPBRK])
GNULIB_STRSEP=0; AC_SUBST([GNULIB_STRSEP])
- GNULIB_STRSTR=0; AC_SUBST([GNULIB_STRSTR])
GNULIB_STRCASESTR=0; AC_SUBST([GNULIB_STRCASESTR])
GNULIB_STRTOK_R=0; AC_SUBST([GNULIB_STRTOK_R])
GNULIB_MBSCHR=0; AC_SUBST([GNULIB_MBSCHR])
GNULIB_MBSRCHR=0; AC_SUBST([GNULIB_MBSRCHR])
+ GNULIB_MBSSTR=0; AC_SUBST([GNULIB_MBSSTR])
])