From 231b239f304fb2daa1240eec567880d225b7f730 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Apr 2024 13:40:58 +1000 Subject: [PATCH] check for stpcpy needed for popt on macos --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a65cde14..390c5961 100644 --- a/configure.ac +++ b/configure.ac @@ -870,7 +870,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd chown chmod lchmod mknod mkfifo \ fchmod fstat ftruncate strchr readlink link utime utimes lutimes strftime \ chflags getattrlist mktime innetgr linkat \ memmove lchown vsnprintf snprintf vasprintf asprintf setsid strpbrk \ - strlcat strlcpy strtol mallinfo mallinfo2 getgroups setgroups geteuid getegid \ + strlcat strlcpy stpcpy strtol mallinfo mallinfo2 getgroups setgroups geteuid getegid \ setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \ seteuid strerror putenv iconv_open locale_charset nl_langinfo getxattr \ extattr_get_link sigaction sigprocmask setattrlist getgrouplist \ -- 2.34.1