serial number bump
authorYang Tse <yangsita@gmail.com>
Tue, 9 Nov 2010 00:40:25 +0000 (01:40 +0100)
committerYang Tse <yangsita@gmail.com>
Tue, 9 Nov 2010 00:40:25 +0000 (01:40 +0100)
m4/curl-compilers.m4
m4/curl-confopts.m4
m4/curl-functions.m4

index 1ea4d17..413293b 100644 (file)
@@ -21,7 +21,7 @@
 #***************************************************************************
 
 # File version for 'aclocal' use. Keep it a single number.
-# serial 55
+# serial 56
 
 
 dnl CURL_CHECK_COMPILER
index bb25bb9..30fb025 100644 (file)
@@ -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 -------------------------------------------------
index 1bbd330..ca5b86f 100644 (file)
@@ -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;
       ]])
     ],[