attempt to keep message length below 80 chars

pull/1/head
Yang Tse 18 years ago
parent 131ef7148c
commit b0c7d4c2b0
  1. 4
      acinclude.m4

@ -663,7 +663,7 @@ AC_DEFUN([CURL_CHECK_FUNC_RECV], [
])
#
if test "$curl_cv_recv" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for recv],
AC_CACHE_CHECK([types of args and return type for recv],
[curl_cv_func_recv_args], [
curl_cv_func_recv_args="unknown"
for recv_retv in 'int' 'ssize_t'; do
@ -793,7 +793,7 @@ AC_DEFUN([CURL_CHECK_FUNC_SEND], [
])
#
if test "$curl_cv_send" = "yes"; then
AC_CACHE_CHECK([types of arguments and return type for send],
AC_CACHE_CHECK([types of args and return type for send],
[curl_cv_func_send_args], [
curl_cv_func_send_args="unknown"
for send_retv in 'int' 'ssize_t'; do

Loading…
Cancel
Save