mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Mention YJIT in Capstone autoconf check
This commit is contained in:
parent
63faab3c36
commit
28632ea7ba
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ if pkg-config --exists capstone; then
|
|||
CFLAGS="$CFLAGS $CAPSTONE_CFLAGS"
|
||||
fi
|
||||
|
||||
AC_CHECK_LIB(capstone, cs_open) # Capstone
|
||||
AC_CHECK_LIB(capstone, cs_open) # Capstone disassembler for debugging YJIT
|
||||
|
||||
dnl Checks for header files.
|
||||
AC_HEADER_DIRENT
|
||||
|
|
Loading…
Reference in a new issue