mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
11 lines
304 B
Text
11 lines
304 B
Text
--- sapi/fpm/config.m4.orig 2023-06-06 15:54:29 UTC
|
|
+++ sapi/fpm/config.m4
|
|
@@ -315,7 +315,7 @@ AC_DEFUN([AC_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
|
|
|