From e3bea44ea409963a39002c387323ce4e687cef16 Mon Sep 17 00:00:00 2001 From: ripley Date: Thu, 27 Jul 2023 07:57:52 +0000 Subject: [PATCH] more comments on R_SYSTEM_ABI git-svn-id: https://svn.r-project.org/R/trunk@84759 00db46b3-68df-0310-9c12-caf00c1e9a41 --- m4/R.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/R.m4 b/m4/R.m4 index 197477a427f..d30d2013301 100644 --- a/m4/R.m4 +++ b/m4/R.m4 @@ -4274,7 +4274,7 @@ dnl C: AC_PROG_CC does dnl If using the GNU C compiler, set shell variable `GCC' to `yes'. dnl Alternatively, could use ac_cv_c_compiler_gnu (undocumented). dnl clang and Intel compilers identify as GNU, which is OK here as -dnl we list altrnatives in sotools.R +dnl we list alternatives in sotools.R if test "${GCC}" = yes; then R_SYSTEM_ABI="${R_SYSTEM_ABI},gcc" else @@ -4291,7 +4291,7 @@ dnl C++: AC_PROG_CXX does dnl If using the GNU C++ compiler, set shell variable `GXX' to `yes'. dnl Alternatively, could use ac_cv_cxx_compiler_gnu (undocumented). dnl clang and Intel compilers identify as GNU, which is OK here as -dnl we list altrnatives in sotools.R +dnl we list alternatives in sotools.R if test "${GXX}" = yes; then R_SYSTEM_ABI="${R_SYSTEM_ABI},gxx" else