summaryrefslogtreecommitdiff
path: root/aczsh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aczsh.m4')
-rw-r--r--aczsh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aczsh.m4 b/aczsh.m4
index d1419e21e..4ac1f6f2e 100644
--- a/aczsh.m4
+++ b/aczsh.m4
@@ -695,7 +695,7 @@ AC_DEFUN([zsh_CHECK_SOCKLEN_T],[
[base type of the third argument to accept],
[zsh_cv_type_socklen_t],
[zsh_cv_type_socklen_t=
- for zsh_type in int "unsigned long" size_t ; do
+ for zsh_type in socklen_t int "unsigned long" size_t ; do
AC_TRY_COMPILE(
[#include <sys/types.h>
#include <sys/socket.h>],