summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-05 08:52:31 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-05 08:52:31 +0000
commit77c26ee6a0867e9ee83202866efd00ec358a0788 (patch)
treec18d6a555d3e0771510138137cad93a44603a4c6 /CONTRIBUTING.md
parent42c13d386c2ed97535973da52b6535529472333d (diff)
fix --with-gmp (broken by r57490)
Looking at the generated shell script (also the autoconf manual), it seems AC_SEARCH_LIBS() m4 macro does not define HAVE_LIBsomething C preprocessor macros, unlike AC_CHECK_LIB() which does define them. This previous change effectively killed building with GMP because building that mode depends on existence of HAVE_LIBGMP. [Bug #13402] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions