Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 653938 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/m4/gpg-error.m4        2018-04-24 12:30:48.099070517 -0600
0
++ b/m4/gpg-error.m4        2018-04-24 12:31:34.403784708 -0600
Lines 43-54 Link Here
43
43
44
  if test x"${GPG_ERROR_CONFIG}" = x ; then
44
  if test x"${GPG_ERROR_CONFIG}" = x ; then
45
     if test x"${gpg_error_config_prefix}" != x ; then
45
     if test x"${gpg_error_config_prefix}" != x ; then
46
        GPG_ERROR_CONFIG="${gpg_error_config_prefix}/bin/gpg-error-config"
46
        GPG_ERROR_CONFIG="${gpg_error_config_prefix}/usr/bin/gpg-error-config"
47
     else
47
     else
48
       case "${SYSROOT}" in
48
       case "${SYSROOT}" in
49
         /*)
49
         /*)
50
           if test -x "${SYSROOT}/bin/gpg-error-config" ; then
50
           if test -x "${SYSROOT}/usr/bin/gpg-error-config" ; then
51
             GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config"
51
             GPG_ERROR_CONFIG="${SYSROOT}/usr/bin/gpg-error-config"
52
           fi
52
           fi
53
           ;;
53
           ;;
54
         '')
54
         '')

Return to bug 653938