mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RUBY_CHECK_HEADER didn't define HAVE_{header-file} (#10876)
--with-gmp is not working at all because HAVE_GMP_H was missing since18eaf0be90
. [Bug #20515] bug: https://bugs.ruby-lang.org/issues/20515 follow-up: https://bugs.ruby-lang.org/issues/20494 follow-up:18eaf0be90
follow-up: https://github.com/ruby/ruby/pull/10805
This commit is contained in:
parent
22e4eeda65
commit
1ab7c412d2
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ AC_DEFUN([RUBY_CHECK_HEADER],
|
|||
[# RUBY_CHECK_HEADER($@)
|
||||
save_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS m4_if([$5], [], [$INCFLAGS], [$5])"
|
||||
AC_CHECK_HEADER([$1], [$2], [$3], [$4])
|
||||
AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
||||
unset save_CPPFLAGS])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue