]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Add web archive link to SunStudio/boost section
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 27 Jun 2023 14:52:50 +0000 (14:52 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
configure.ac

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