summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/estream.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/estream.m4 b/m4/estream.m4
index 92ddead..402ef74 100644
--- a/m4/estream.m4
+++ b/m4/estream.m4
@@ -45,5 +45,5 @@ AC_DEFUN([estream_INIT],
[
AC_REQUIRE([estream_PRINTF_INIT])
AC_MSG_NOTICE([checking system features for estream])
-
+ AC_CHECK_FUNCS([memrchr])
])