]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Haxk: fix autoconf 2.64 builds
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Aug 2009 03:14:59 +0000 (15:14 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Aug 2009 03:14:59 +0000 (15:14 +1200)
commitc9267250eccd5d395327f3d3689c78d9215a1a61
tree85a35af0f8afc63573563254c74bce79f8b675bb
parent0a6dd8fbc54d33f0ce05010227b413ea6129e333
Haxk: fix autoconf 2.64 builds

2.64 requires that the first use of AC_RUN_IFELSE is not wrapped inside
any other macros. Otherwise it will define the setup macros at the wrong
scope level and configure will break during the default type checks.
configure.in