Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.72 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 719b1f909..5cd60178d 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -451,7 +451,9 @@ if [ 11 = "$WITH_CAPSTONE$HAVE_PKGCFG_CAPSTONE" ]; then
  6.  
  7.  USE_CAPSTONE="1"
  8.  else
  9. -USE_CAPSTONE="0"; fi
  10. +USE_CAPSTONE="0"
  11. +CAPSTONE_CFLAGS=""
  12. +CAPSTONE_LDFLAGS=""; fi
  13.  check_library HAVE_LIB_Z z 0
  14.  check_library HAVE_LIB_ZIP zip 0
  15.  if [ 11 = "$HAVE_LIB_Z$USE_ZIP" ]; then
  16. diff --git a/configure.acr b/configure.acr
  17. index be06434f0..f7f7a3d8f 100644
  18. --- a/configure.acr
  19. +++ b/configure.acr
  20. @@ -34,6 +34,8 @@ IFAND WITH_CAPSTONE HAVE_PKGCFG_CAPSTONE {
  21.         USE_CAPSTONE = 1 ;
  22.  }{
  23.         USE_CAPSTONE = 0 ;
  24. +       CAPSTONE_CFLAGS = '' ;
  25. +       CAPSTONE_LDFLAGS = '' ;
  26.  }
  27.  
  28.  CHKLIB z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement