1
0
Fork 0
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:
Alan Wu 2021-10-15 13:41:21 -04:00
parent 63faab3c36
commit 28632ea7ba

View file

@ -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