From 8909c0b75dc2c3fa20758125ba04923c0d64972e Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Tue, 27 Jun 2023 14:52:50 +0000 Subject: [PATCH] [#2833] Add web archive link to SunStudio/boost section --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2