#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 13
+# serial 14
dnl CURL_CHECK_OPTION_THREADED_RESOLVER
dnl -------------------------------------------------
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 64
+# serial 65
dnl CURL_INCLUDES_ARPA_INET
AC_LANG_PROGRAM([[
$curl_includes_sys_xattr
]],[[
- if(0 != setxattr("", "", "", 0, 0))
+ if(0 != setxattr(0, 0, 0, 0, 0))
return 1;
]])
],[