summaryrefslogtreecommitdiff
path: root/doc/maintainers.rdoc
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-09-03 15:06:56 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-09-03 15:14:09 +0900
commit50b18e81295ad2d45975e4d8ea1e0c7e85140b97 (patch)
treef9805193185d023636465b38b8ff81c92622091b /doc/maintainers.rdoc
parent3fb255625bba37cd948751163f620a4b2926c394 (diff)
configure: detect that there is no g++
AC_PROG_CXX checks for several C++ compilers INCLUDING g++. When none of them were found it sets the CXX variable to be g++. This doesn't make any sense. Absense of g++ has already been made sure. Because we don't want insanity (that's the whole reason we test the environment using autoconf), we need to swipe such insane variable out.
Diffstat (limited to 'doc/maintainers.rdoc')
0 files changed, 0 insertions, 0 deletions