Diff for /embedaddon/php/sapi/fpm/config.m4 between versions 1.1.1.2 and 1.1.1.2.2.1

version 1.1.1.2, 2012/05/29 12:34:35 version 1.1.1.2.2.1, 2013/07/22 01:44:22
Line 312  AC_DEFUN([AC_FPM_LQ], Line 312  AC_DEFUN([AC_FPM_LQ],
   
   AC_MSG_CHECKING([for TCP_INFO])    AC_MSG_CHECKING([for TCP_INFO])
   
  AC_TRY_COMPILE([ #include <netinet/tcp.h> ], [struct tcp_info ti; ti.tcpi_sacked = 0; int x = TCP_INFO;], [  AC_TRY_COMPILE([ #include <netinet/tcp.h> ], [struct tcp_info ti; int x = TCP_INFO;], [
     have_lq=tcp_info      have_lq=tcp_info
     AC_MSG_RESULT([yes])      AC_MSG_RESULT([yes])
   ], [    ], [
Line 333  AC_DEFUN([AC_FPM_LQ], Line 333  AC_DEFUN([AC_FPM_LQ],
       AC_MSG_RESULT([no])        AC_MSG_RESULT([no])
     ])      ])
   
    if test "$have_lq" = "so_listenq"; then    if test "$have_lq" = "tcp_info"; then
       AC_DEFINE([HAVE_LQ_SO_LISTENQ], 1, [do we have SO_LISTENQxxx?])        AC_DEFINE([HAVE_LQ_SO_LISTENQ], 1, [do we have SO_LISTENQxxx?])
     fi      fi
   fi    fi

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>