From: Suzanne Goldlust Date: Tue, 27 Jun 2023 14:52:50 +0000 (+0000) Subject: [#2833] Add web archive link to SunStudio/boost section X-Git-Tag: Kea-2.4.0~53 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8909c0b75dc2c3fa20758125ba04923c0d64972e;p=thirdparty%2Fkea.git [#2833] Add web archive link to SunStudio/boost section --- 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"