Fix link in configure.ac.
authorMathias Preiner <mathias.preiner@gmail.com>
Tue, 5 Sep 2017 22:58:59 +0000 (15:58 -0700)
committerMathias Preiner <mathias.preiner@gmail.com>
Tue, 5 Sep 2017 22:59:57 +0000 (15:59 -0700)
configure.ac

index a46585a7795a77b9ce7abc02f7c1357e8857f848..55fa7a6ad0359e14626ad6ee63f4b1438f97ad92 100644 (file)
@@ -577,7 +577,7 @@ AC_MSG_RESULT([$enable_static_binary])
 if test "$enable_static_binary" = yes; then
   if test "$target_vendor" = apple; then
     if test -z "$MAC_STATIC_BINARY_MANUAL_OVERRIDE"; then
-      AC_MSG_ERROR([[Statically-linked binaries are not supported on Mac OS.  See https://developer.apple.com/library/mac/#qa/qa2001/qa1118.html .  (If you ABSOLUTELY insist on this going forward and you know what you are doing, set MAC_STATIC_BINARY_MANUAL_OVERRIDE=1)]])
+      AC_MSG_ERROR([[Statically-linked binaries are not supported on macOS.  See  https://developer.apple.com/library/content/qa/qa1118/_index.html .  (If you ABSOLUTELY insist on this going forward and you know what you are doing, set MAC_STATIC_BINARY_MANUAL_OVERRIDE=1)]])
     else
       AC_MSG_WARN([MAC_STATIC_BINARY_MANUAL_OVERRIDE was set!])
       AC_MSG_WARN([Will make a static binary during this build.  Note that it may fail!])