Fix reference to an old Sun C++ compiler issue

This is almost surely not relevant any more, but keep this for now, just
at least make the link point to the correct issue.
This commit is contained in:
Vadim Zeitlin
2025-06-10 02:44:30 +02:00
parent d5c140a801
commit 5b3e213f4f
+1 -1
View File
@@ -519,7 +519,7 @@ AC_DEFUN([AC_BAKEFILE_CHECK_BASIC_STUFF],
if test "x$SUNCXX" = "xyes"; then
dnl Sun C++ compiler requires special way of creating static libs;
dnl see here for more details:
dnl https://github.com/wxWidgets/wxWidgets/issues/2639
dnl https://github.com/wxWidgets/wxWidgets/issues/22004
AR=$CXX
AROPTIONS="-xar -o"
AC_SUBST(AR)