blob: 72da7e4cbcc2f534556655986df4482125c8160d [file] [log] [blame]
--- aclocal.m4 2005-05-11 19:57:20.000000000 +0300
+++ aclocal.m4 2006-03-19 19:42:03.000000000 +0200
@@ -906,7 +906,7 @@
# "void *" as the second argument to getpeername
curl_cv_socklen_t_equiv=
for arg2 in "struct sockaddr" void; do
- for t in int size_t unsigned long "unsigned long" socklen_t; do
+ for t in socklen_t int size_t unsigned long "unsigned long"; do
AC_TRY_COMPILE([
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>