aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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