]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Add web archive link to Boost ticket
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 27 Jun 2023 14:59:39 +0000 (14:59 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
configure.ac

index f59c8b74bbe376dea4286475e5effb3e02c2217f..dbf64c2477fbc9082582b3ae7e76b32c41f453ba 100644 (file)
@@ -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"])