summaryrefslogtreecommitdiff
path: root/modules/strcspn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/strcspn')
-rw-r--r--modules/strcspn4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/strcspn b/modules/strcspn
index 5d2be92414..f2788bbabe 100644
--- a/modules/strcspn
+++ b/modules/strcspn
@@ -15,6 +15,10 @@ Depends-on:
configure.ac:
gl_FUNC_STRCSPN
+if test $ac_cv_func_strcspn = no; then
+ AC_LIBOBJ([strcspn])
+ gl_PREREQ_STRCSPN
+fi
Makefile.am: