summaryrefslogtreecommitdiff
path: root/modules/c-strstr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-11 03:57:18 +0100
committerBruno Haible <bruno@clisp.org>2008-01-11 03:57:18 +0100
commit321e8651592976988151877a5ad4a4d307ca1d94 (patch)
tree4967585a015e7160f2f7a4be069522f89cdbc710 /modules/c-strstr
parent4a3dfbf40eba25a6d355db2ae5ac721f862a0557 (diff)
downloadgnulib-321e8651592976988151877a5ad4a4d307ca1d94.tar.gz
Make c-strstr rely on strstr.
Diffstat (limited to 'modules/c-strstr')
-rw-r--r--modules/c-strstr5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/c-strstr b/modules/c-strstr
index 67cfd2e462..6a7e0634b2 100644
--- a/modules/c-strstr
+++ b/modules/c-strstr
@@ -4,12 +4,9 @@ Search for a substring in a string in C locale.
Files:
lib/c-strstr.h
lib/c-strstr.c
-lib/str-kmp.h
Depends-on:
-stdbool
-malloca
-strnlen
+strstr
configure.ac: