From: Suzanne Goldlust Date: Tue, 20 Jun 2023 19:29:01 +0000 (+0000) Subject: [#2833] Replace broken link for SunStudio/boost X-Git-Tag: Kea-2.4.0~80 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=668327a4cd452d8957b3396eb201287c27ff8f49;p=thirdparty%2Fkea.git [#2833] Replace broken link for SunStudio/boost --- diff --git a/configure.ac b/configure.ac index 55bba32618..5b974dcb7a 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 -# (http://blogs.sun.com/sga/entry/boost_mini_howto) +# (https://www.boost.org/doc/libs/1_32_0/tools/build/v1/sunpro-tools.html) if test "$SUNCXX" = "yes"; then CXX_VERSION=`$CXX -V 2> /dev/null | head -1` CXXFLAGS="$CXXFLAGS -library=stlport4 -features=tmplife -features=tmplrefstatic"