The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libgcrypt / 0002-reconfigure.patch
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