From: Suzanne Goldlust Date: Tue, 27 Jun 2023 14:59:39 +0000 (+0000) Subject: [#2833] Add web archive link to Boost ticket X-Git-Tag: Kea-2.4.0~51 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7462769a256e2b656f753d5979e9369648155700;p=thirdparty%2Fkea.git [#2833] Add web archive link to Boost ticket --- diff --git a/configure.ac b/configure.ac index f59c8b74bb..dbf64c2477 100644 --- a/configure.ac +++ b/configure.ac @@ -380,7 +380,7 @@ fi # Some versions of GCC warn about some versions of Boost regarding # missing initializer for members in its posix_time. -# https://svn.boost.org/trac/boost/ticket/3477 +# https://web.archive.org/web/20150911093559/https://svn.boost.org/trac/boost/ticket/3477 # But older GCC compilers don't have the flag. KEA_CXX_TRY_FLAG([-Wno-missing-field-initializers], [KEA_CXXFLAGS="$KEA_CXXFLAGS -Wno-missing-field-initializers"])