Skip to content

Commit 231b239

Browse files
committed
check for stpcpy
needed for popt on macos
1 parent 4c8683c commit 231b239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd chown chmod lchmod mknod mkfifo \
870870
fchmod fstat ftruncate strchr readlink link utime utimes lutimes strftime \
871871
chflags getattrlist mktime innetgr linkat \
872872
memmove lchown vsnprintf snprintf vasprintf asprintf setsid strpbrk \
873-
strlcat strlcpy strtol mallinfo mallinfo2 getgroups setgroups geteuid getegid \
873+
strlcat strlcpy stpcpy strtol mallinfo mallinfo2 getgroups setgroups geteuid getegid \
874874
setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \
875875
seteuid strerror putenv iconv_open locale_charset nl_langinfo getxattr \
876876
extattr_get_link sigaction sigprocmask setattrlist getgrouplist \

0 commit comments

Comments
 (0)