]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Fix pthread library detection on FreeBSD 10
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 18 Feb 2014 13:57:16 +0000 (06:57 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 18 Feb 2014 13:57:16 +0000 (06:57 -0700)
commit2a76c9c4aace68f08a439eda927892ce9ea48e62
treeed1852bad44f8d4ab23c65df0417ed9ca8742d1d
parenta2c13db1fecdcc9e5f237556fa3057dbc23878c2
Fix pthread library detection on FreeBSD 10

We should not be using "cut -b1" anywhere to determine OS version
number. It drops digits out of the major version number.
configure.ac