regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / strstr
index 4f93df9..4936761 100644 (file)
@@ -2,18 +2,15 @@ Description:
 strstr() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/strstr.c
-m4/strstr.m4
 
 Depends-on:
-string
-stdbool
-memchr
-memcmp
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
-gl_STRING_MODULE_INDICATOR([strstr])
+if test $REPLACE_STRSTR = 1; then
+  AC_LIBOBJ([strstr])
+fi
 
 Makefile.am: