]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Fix ./configure --enable-poll and --disable-poll (#1228)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 7 Jan 2023 00:27:12 +0000 (00:27 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 7 Jan 2023 21:04:18 +0000 (21:04 +0000)
commit8ff06f2ac49bd12ad67d645224e596379b755447
tree8a5a1ae6bc10fe582ebc97b58cd9cea609507d0b
parente7a9b7a8025ef4ecfca5e656760107cf369dd172
Fix ./configure --enable-poll and --disable-poll (#1228)

    ./configure: line 42685: xyes: command not found
    ./configure: line 42685: xno: command not found

Since commit a1c2236, these options triggered errors messages above, and
--enable-poll did not affect syscall selection for the I/O loop:

    ./configure --enable-poll
    configure: Using epoll for the IO loop.
configure.ac