libgcrypt-01-reconfigure.patch 821 B

123456789101112131415161718192021222324252627
  1. diff --git a/configure b/configure
  2. index 70a6d50..8f55d95 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -22306,14 +22306,15 @@ case "${host}" in
  6. i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp)
  7. ac_cv_sys_symbol_underscore=yes
  8. ;;
  9. - *)
  10. - if test "$cross_compiling" = yes; then
  11. - if test "x$ac_cv_sys_symbol_underscore" = x ; then
  12. - ac_cv_sys_symbol_underscore=yes
  13. + *)if test -z "$ac_cv_sys_symbol_underscore";then
  14. + if test "$cross_compiling" = yes; then
  15. + if test "x$ac_cv_sys_symbol_underscore" = x ; then
  16. + ac_cv_sys_symbol_underscore=yes
  17. + fi
  18. + else
  19. + tmp_do_check="yes"
  20. + fi
  21. fi
  22. - else
  23. - tmp_do_check="yes"
  24. - fi
  25. ;;
  26. esac
  27. if test "$tmp_do_check" = "yes"; then