mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
--- sapi/fpm/config.m4.orig 2018-08-14 11:39:14 UTC
|
|
+++ sapi/fpm/config.m4
|
|
@@ -319,7 +319,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
|
|
|