mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Refresh patches PR: 266175 Reported by: thresh@nginx.com Sponsored by: Bounce Experts
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
--- sapi/fpm/config.m4.orig 2023-03-14 19:50:20 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
|
|
|