]> git.ipfire.org Git - thirdparty/pdns.git/commit
fix building with GCC 5 2261/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 6 Feb 2015 13:05:25 +0000 (14:05 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 20 Feb 2015 12:22:27 +0000 (13:22 +0100)
commit97bd4445272426b4930b6a19558c51a4317bb102
treee0ac3ac1b07a6ee0966bd4b086e0c227ea706245
parent45f476af0bc085892c6a30e976ae9723ad81f964
fix building with GCC 5

Fix the following failure:
checking for Boost headers version >= 1.35.0... yes
checking for Boost's header version...
configure: error: invalid value: boost_major_version=

by updating boost.m4 to upstream commit af50806d657
from https://github.com/tsuna/boost.m4

Fixes #2198

(cherry picked from commit 2187934a7fda4460d13e4e62cd63288aeecae164)
m4/boost.m4