package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / libgcrypt / 0002-reconfigure.patch
blob87d29a298b66ef86f5ed7afdb11cfb19101293c0
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
22 - else
23 - tmp_do_check="yes"
24 - fi
26 esac
27 if test "$tmp_do_check" = "yes"; then