summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef0aef7298..610143fe34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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