mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
configure: use autobuilds to temporarily exercise xattr function tests
This commit is contained in:
parent
1df1032444
commit
890425ecd7
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…
Reference in New Issue
Block a user