serial number bump

This commit is contained in:
Yang Tse 2010-11-09 01:40:25 +01:00
parent c6b97a8278
commit 7cebf22d57
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
#*************************************************************************** #***************************************************************************
# File version for 'aclocal' use. Keep it a single number. # File version for 'aclocal' use. Keep it a single number.
# serial 55 # serial 56
dnl CURL_CHECK_COMPILER dnl CURL_CHECK_COMPILER

View File

@ -21,7 +21,7 @@
#*************************************************************************** #***************************************************************************
# File version for 'aclocal' use. Keep it a single number. # File version for 'aclocal' use. Keep it a single number.
# serial 13 # serial 14
dnl CURL_CHECK_OPTION_THREADED_RESOLVER dnl CURL_CHECK_OPTION_THREADED_RESOLVER
dnl ------------------------------------------------- dnl -------------------------------------------------

View File

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