aboutsummaryrefslogtreecommitdiff
path: root/lang/php84/files/patch-sapi_fpm_config.m4
blob: 44f4f4fdc6a11e0d2357d30571ac733a43de1f63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sapi/fpm/config.m4.orig	2024-07-02 13:43:13 UTC
+++ sapi/fpm/config.m4
@@ -271,7 +271,7 @@ AC_DEFUN([PHP_FPM_LQ],
     AC_MSG_RESULT([no])
   ])
 
-  if test "$have_lq" = "tcp_info"; then
+  if test "$have_lq" = "so_listenq"; then
     AC_DEFINE([HAVE_LQ_TCP_INFO], 1, [do we have TCP_INFO?])
   fi