]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Remove the following ./configure warnings:
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 15 Dec 2009 06:06:36 +0000 (23:06 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 15 Dec 2009 06:06:36 +0000 (23:06 -0700)
commit3cf1e8b61b6279a9820bd118afb9d8af3c140441
tree6e0e6e6a39dbee45fc14bb58631a8c9455a1fca6
parent14218f3357cdd380169d40b0a7758e35370badb8
Remove the following ./configure warnings:

  conftest.cpp:34:1: warning: "USE_DISKIO_AIO" redefined
  conftest.cpp:35:1: warning: "USE_DISKIO_DISKTHREADS" redefined

The patch allows Squid v3.1 to build on RHEL 5.4 which has autoconf v2.59.
Without the patch, USE_DISKIO_AIO is zero but the corresponding AIO files
are compiled, leading to errors. I do not know if other platforms are
affected.
configure.in