From 8a5b8b263bd3687b96c660cc923e80d3035fbea4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 May 1998 14:22:41 +0000 Subject: [PATCH] need strchr check in configure.in --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 42d8f6cd..ab4c097c 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ echo no) AC_FUNC_MEMCMP AC_FUNC_UTIME_NULL AC_CHECK_FUNCS(mmap waitpid getcwd strdup strerror chown chmod mknod) -AC_CHECK_FUNCS(fchmod fstat bcopy bzero readlink link utime utimes) +AC_CHECK_FUNCS(fchmod fstat strchr bcopy bzero readlink link utime utimes) AC_CHECK_FUNCS(memmove getopt_long lchown setlinebuf vsnprintf setsid glob) echo $ac_n "checking for working fnmatch... $ac_c" -- 2.34.1