diff options
author | Suzanne Goldlust <sgoldlust@isc.org> | 2023-06-27 16:52:50 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-06-27 17:32:48 +0200 |
commit | 8909c0b75dc2c3fa20758125ba04923c0d64972e (patch) | |
tree | 875f414ab3fad9adef1ef19eeb1e4e537da6c95b /configure.ac | |
parent | [#2833] Update HTML Help Workshop info (diff) | |
download | kea-8909c0b75dc2c3fa20758125ba04923c0d64972e.tar.xz kea-8909c0b75dc2c3fa20758125ba04923c0d64972e.zip |
[#2833] Add web archive link to SunStudio/boost section
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 5b974dcb7a..f59c8b74bb 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ AC_DEFUN([KEA_CXX_TRY_FLAG], [ CXX_VERSION="unknown" # SunStudio compiler requires special compiler options for boost -# (https://www.boost.org/doc/libs/1_32_0/tools/build/v1/sunpro-tools.html) +# (https://web.archive.org/web/20100103115135/http://blogs.sun.com/sga/entry/boost_mini_howto) if test "$SUNCXX" = "yes"; then CXX_VERSION=`$CXX -V 2> /dev/null | head -1` CXXFLAGS="$CXXFLAGS -library=stlport4 -features=tmplife -features=tmplrefstatic" |