aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-01-22 11:26:20 -0800
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:27 -0400
commit7efde1bfb486aa7bb57f5f355a13be040a6973ff (patch)
tree66a89e9a960e3ca22196d7eccfdb744baf6a7c26 /configure.ac
parente427fdff0af907faec8771b98e9cabeaadd05f12 (diff)
downloadruby-7efde1bfb486aa7bb57f5f355a13be040a6973ff.tar.gz
conditionally add libcapstone
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b34004da1e..ef0aef7298 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1234,8 +1234,6 @@ if pkg-config --exists capstone; then
CAPSTONE_LIB_L=`pkg-config --libs-only-L capstone`
LDFLAGS="$LDFLAGS $CAPSTONE_LIB_L"
CFLAGS="$CFLAGS $CAPSTONE_CFLAGS"
-else
- AC_MSG_ERROR(Please install capstone and pkg-config)
fi
AC_CHECK_LIB(capstone, cs_open) # Capstone