libgcrypt-01-reconfigure.patch 545 B

1234567891011121314151617
  1. --- libgcrypt-1.2.4.oorig/configure 2007-09-19 13:40:48.000000000 +0200
  2. +++ libgcrypt-1.2.4/configure 2007-09-19 13:41:44.000000000 +0200
  3. @@ -27370,12 +27370,13 @@
  4. i386-emx-os2 | i345686-pc-os2*emx | i386-pc-msdosdjgpp)
  5. ac_cv_sys_symbol_underscore=yes
  6. ;;
  7. - *)
  8. + *)if test -z "$ac_cv_sys_symbol_underscore";then
  9. if test "$cross_compiling" = yes; then
  10. ac_cv_sys_symbol_underscore=yes
  11. else
  12. tmp_do_check="yes"
  13. fi
  14. + fi
  15. ;;
  16. esac
  17. if test "$tmp_do_check" = "yes"; then