mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user