regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / strstr
index dc33bd2..4936761 100644 (file)
@@ -8,6 +8,9 @@ strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
+if test $REPLACE_STRSTR = 1; then
+  AC_LIBOBJ([strstr])
+fi
 
 Makefile.am: