summaryrefslogtreecommitdiff
path: root/m4/string_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-05 03:06:40 +0000
committerBruno Haible <bruno@clisp.org>2007-02-05 03:06:40 +0000
commitf410f7db6dc24c9ecd0b1f86c7b897d5a90202f4 (patch)
treec5618565e3bd23c281cef8d6bed2948eedaba0ac /m4/string_h.m4
parent18bf3dc34f38e3fd316e4fa31e87769e9b9a1bfe (diff)
downloadgnulib-f410f7db6dc24c9ecd0b1f86c7b897d5a90202f4.tar.gz
New module 'mbscspn'.
Diffstat (limited to 'm4/string_h.m4')
-rw-r--r--m4/string_h.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/string_h.m4 b/m4/string_h.m4
index f89046ac48..ed06b9d19a 100644
--- a/m4/string_h.m4
+++ b/m4/string_h.m4
@@ -72,4 +72,5 @@ AC_DEFUN([gl_STRING_MODULE_INDICATOR_DEFAULTS],
GNULIB_MBSSTR=0; AC_SUBST([GNULIB_MBSSTR])
GNULIB_MBSCASECMP=0; AC_SUBST([GNULIB_MBSCASECMP])
GNULIB_MBSCASESTR=0; AC_SUBST([GNULIB_MBSCASESTR])
+ GNULIB_MBSCSPN=0; AC_SUBST([GNULIB_MBSCSPN])
])