Commit 7cebf22d authored by Yang Tse's avatar Yang Tse
Browse files

serial number bump

parent c6b97a82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#***************************************************************************

# File version for 'aclocal' use. Keep it a single number.
# serial 55
# serial 56


dnl CURL_CHECK_COMPILER
+1 −1
Original line number Diff line number Diff line
@@ -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 -------------------------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -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;
      ]])
    ],[