aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-libc.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4
index 3c0ed31..73ff4e6 100644
--- a/m4/check-libc.m4
+++ b/m4/check-libc.m4
@@ -188,6 +188,9 @@ fi
188if test "x$ac_cv_func_strnlen" = "xno" ; then 188if test "x$ac_cv_func_strnlen" = "xno" ; then
189 echo strnlen >> $crypto_p_sym 189 echo strnlen >> $crypto_p_sym
190fi 190fi
191if test "x$ac_cv_func_strsep" = "xno" ; then
192 echo strsep >> $crypto_p_sym
193fi
191if test "x$ac_cv_func_timegm" = "xno" ; then 194if test "x$ac_cv_func_timegm" = "xno" ; then
192 echo timegm >> $crypto_p_sym 195 echo timegm >> $crypto_p_sym
193fi 196fi