diff options
author | Suzanne Goldlust <sgoldlust@isc.org> | 2023-06-27 16:59:39 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-06-27 17:32:48 +0200 |
commit | 7462769a256e2b656f753d5979e9369648155700 (patch) | |
tree | 007d8e03471c22440c0560d5d0c5bafe8816aa50 /configure.ac | |
parent | [#2833] Update MATHJAX_RELPATH default info (diff) | |
download | kea-7462769a256e2b656f753d5979e9369648155700.tar.xz kea-7462769a256e2b656f753d5979e9369648155700.zip |
[#2833] Add web archive link to Boost ticket
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |