Declare strcasestr() in the <string.h> replacement, rather than in
[gnulib.git] / m4 / string_h.m4
index 91e5c67..9fbdffd 100644 (file)
@@ -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])
 ])