On 4/2/19 5:07 AM, Stephen Checkoway wrote: > Starting with version 4 of capstone, the header files live in the > `$prefix/include/capstone` directory. > > This modifies the configure script to check for <capstone/capstone.h> if > <capstone.h> cannot be found. > > Signed-off-by: Stephen Checkoway <stephen.checko...@oberlin.edu> > --- > configure | 9 +++++++++ > include/disas/capstone.h | 4 ++++ > 2 files changed, 13 insertions(+)
Thanks. We should probably update our submodule to the v4 release as well. r~