aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-11-09 01:40:25 +0100
committerYang Tse <yangsita@gmail.com>2010-11-09 01:40:25 +0100
commit7cebf22d572d8d1ee7845031d847ed047520edc0 (patch)
tree6e3618dcbe3202b1188831ddd856626cb3a00f2f /m4/curl-functions.m4
parentc6b97a8278f3c2297a99bee877cc0a5bb13e5761 (diff)
serial number bump
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 1bbd330ae..ca5b86fc3 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -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;
]])
],[