serial number bump
This commit is contained in:
parent
c6b97a8278
commit
7cebf22d57
@ -21,7 +21,7 @@
|
||||
#***************************************************************************
|
||||
|
||||
# File version for 'aclocal' use. Keep it a single number.
|
||||
# serial 55
|
||||
# serial 56
|
||||
|
||||
|
||||
dnl CURL_CHECK_COMPILER
|
||||
|
@ -21,7 +21,7 @@
|
||||
#***************************************************************************
|
||||
|
||||
# File version for 'aclocal' use. Keep it a single number.
|
||||
# serial 13
|
||||
# serial 14
|
||||
|
||||
dnl CURL_CHECK_OPTION_THREADED_RESOLVER
|
||||
dnl -------------------------------------------------
|
||||
|
@ -21,7 +21,7 @@
|
||||
#***************************************************************************
|
||||
|
||||
# File version for 'aclocal' use. Keep it a single number.
|
||||
# serial 64
|
||||
# serial 65
|
||||
|
||||
|
||||
dnl CURL_INCLUDES_ARPA_INET
|
||||
@ -5970,7 +5970,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SETXATTR], [
|
||||
AC_LANG_PROGRAM([[
|
||||
$curl_includes_sys_xattr
|
||||
]],[[
|
||||
if(0 != setxattr("", "", "", 0, 0))
|
||||
if(0 != setxattr(0, 0, 0, 0, 0))
|
||||
return 1;
|
||||
]])
|
||||
],[
|
||||
|
Loading…
Reference in New Issue
Block a user