]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Replace broken link for SunStudio/boost
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 20 Jun 2023 19:29:01 +0000 (19:29 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
configure.ac

index 55bba3261854adbfdc2e2321bcadf2795ea14c91..5b974dcb7a51534fc786aabbe924e1f50e4b30b6 100644 (file)
@@ -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"