Declare strcasestr() in the <string.h> replacement, rather than in
[pspp] / modules / string
index 54a5498e2cd03c7ec5c1be5eb1c2ab9659e36c2c..313613f1820284c65b3672d63e6e4efd163ed16d 100644 (file)
@@ -37,6 +37,7 @@ string.h: string_.h
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
              -e 's|@''REPLACE_STRCASECMP''@|$(REPLACE_STRCASECMP)|g' \
              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
+             -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
              < $(srcdir)/string_.h; \
        } > $@-t
        mv $@-t $@