mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:07:17 +03:00
configure: use autobuilds to temporarily exercise xattr function tests
This commit is contained in:
parent
1df1032444
commit
890425ecd7
1 changed files with 9 additions and 1 deletions
10
configure.ac
10
configure.ac
|
|
@ -2349,7 +2349,6 @@ CURL_CHECK_FUNC_LOCALTIME_R
|
|||
CURL_CHECK_FUNC_MEMRCHR
|
||||
CURL_CHECK_FUNC_POLL
|
||||
CURL_CHECK_FUNC_SETSOCKOPT
|
||||
CURL_CHECK_FUNC_FSETXATTR
|
||||
CURL_CHECK_FUNC_SIGACTION
|
||||
CURL_CHECK_FUNC_SIGINTERRUPT
|
||||
CURL_CHECK_FUNC_SIGNAL
|
||||
|
|
@ -2370,6 +2369,15 @@ CURL_CHECK_FUNC_STRTOK_R
|
|||
CURL_CHECK_FUNC_STRTOLL
|
||||
CURL_CHECK_FUNC_WRITEV
|
||||
|
||||
CURL_CHECK_FUNC_FGETXATTR
|
||||
CURL_CHECK_FUNC_FLISTXATTR
|
||||
CURL_CHECK_FUNC_FREMOVEXATTR
|
||||
CURL_CHECK_FUNC_FSETXATTR
|
||||
CURL_CHECK_FUNC_GETXATTR
|
||||
CURL_CHECK_FUNC_LISTXATTR
|
||||
CURL_CHECK_FUNC_REMOVEXATTR
|
||||
CURL_CHECK_FUNC_SETXATTR
|
||||
|
||||
dnl Checks for library functions.
|
||||
dnl AC_PROG_GCC_TRADITIONAL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue