Skip to content

Commit 3aebe56

Browse files
committed
Fix the SO_LISTENQLEN check in FPM
1 parent 73722df commit 3aebe56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/fpm/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ AC_DEFUN([AC_FPM_LQ],
341341
AC_MSG_RESULT([no])
342342
])
343343
344-
if test "$have_lq" = "tcp_info"; then
345-
AC_DEFINE([HAVE_LQ_SO_LISTENQ], 1, [do we have SO_LISTENQxxx?])
344+
if test "$have_lq" = "so_listenq"; then
345+
AC_DEFINE([HAVE_LQ_SO_LISTENQ], 1, [do we have SO_LISTENQ?])
346346
fi
347347
fi
348348
])

0 commit comments

Comments
 (0)