current configure.in,1.212,1.213
Fabian Keil <[email protected]> Thu, 25 May 2017 11:17:13 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2016
Modified Files:
configure.in
Log Message:
Make it more obvious that the --with-fdsetsize configure switch is pointless if poll() is available
Index: configure.in
===================================================================
RCS file: /cvsroot/ijbswa/current/configure.in,v
retrieving revision 1.212
retrieving revision 1.213
diff -C2 -d -r1.212 -r1.213
*** configure.in 25 May 2017 11:14:53 -0000 1.212
--- configure.in 25 May 2017 11:17:11 -0000 1.213
***************
*** 481,487 ****
dnl On some platforms the value can be changed at compile time,
dnl on others it's hardcoded and requires recompilation of the OS.
dnl =================================================================
AC_ARG_WITH(fdsetsize,
! [ --with-fdsetsize=n Optimistically redefine FD_SETSIZE with the intend to change the number of connections Privoxy can handle. Dangerous if the platform doesn't support this.],
[
if test "x$withval" != "xyes"; then
--- 481,488 ----
dnl On some platforms the value can be changed at compile time,
dnl on others it's hardcoded and requires recompilation of the OS.
+ dnl Only relevant if select() is actually being used.
dnl =================================================================
AC_ARG_WITH(fdsetsize,
! [ --with-fdsetsize=n Optimistically redefine FD_SETSIZE with the intend to change the number of connections Privoxy can handle. Dangerous if the platform doesn't support this. Pointless if Privoxy can use poll() instead of select().],
[
if test "x$withval" != "xyes"; then
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot