]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix cross-compile issues with SSL_get_certificate()
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Apr 2015 05:27:24 +0000 (22:27 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Apr 2015 05:27:24 +0000 (22:27 -0700)
commit958ae827cabff267fd99fdb028969ed532dc58b8
tree9113a30f2d775c9ae7718d28c4b90c5ba109bf54
parent51c2728530798b38b7f4c03db1b3aa81872d8dc0
Fix cross-compile issues with SSL_get_certificate()

Explicitly assume 'no' to these hacks when cross-compiling and create
the autoconf.h #define.

Thanks to Cambier GaĆ«tan for identifying the problem.
acinclude/lib-checks.m4