summaryrefslogtreecommitdiff
path: root/m4/string_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 13:17:15 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 13:17:15 +0000
commitc16199ce77b7fe5aee147446944e9ea27b431caa (patch)
treef8763f954e9d17a0f4eea34ecdd4d078dadbaad3 /m4/string_h.m4
parent5b8ccb52403820a66953748fcc7b53986c8f0058 (diff)
downloadgnulib-c16199ce77b7fe5aee147446944e9ea27b431caa.tar.gz
Declare strcasestr() in the <string.h> replacement, rather than in
strcasestr.h.
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 91e5c67728..9fbdffdde2 100644
--- a/m4/string_h.m4
+++ b/m4/string_h.m4
@@ -38,4 +38,5 @@ AC_DEFUN([gl_HEADER_STRING_H_BODY],
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])
])