summaryrefslogtreecommitdiff
path: root/modules/strcasestr-simple
diff options
context:
space:
mode:
Diffstat (limited to 'modules/strcasestr-simple')
-rw-r--r--modules/strcasestr-simple4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/strcasestr-simple b/modules/strcasestr-simple
index 0f6c6922eb..011e602897 100644
--- a/modules/strcasestr-simple
+++ b/modules/strcasestr-simple
@@ -16,6 +16,10 @@ extensions
configure.ac:
gl_FUNC_STRCASESTR_SIMPLE
+if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then
+ AC_LIBOBJ([strcasestr])
+ gl_PREREQ_STRCASESTR
+fi
gl_STRING_MODULE_INDICATOR([strcasestr])
Makefile.am: