--- a/m4/gpg-error.m4 2018-04-24 12:30:48.099070517 -0600 +++ b/m4/gpg-error.m4 2018-04-24 12:31:34.403784708 -0600 @@ -43,12 +43,12 @@ if test x"${GPG_ERROR_CONFIG}" = x ; then if test x"${gpg_error_config_prefix}" != x ; then - GPG_ERROR_CONFIG="${gpg_error_config_prefix}/bin/gpg-error-config" + GPG_ERROR_CONFIG="${gpg_error_config_prefix}/usr/bin/gpg-error-config" else case "${SYSROOT}" in /*) - if test -x "${SYSROOT}/bin/gpg-error-config" ; then - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config" + if test -x "${SYSROOT}/usr/bin/gpg-error-config" ; then + GPG_ERROR_CONFIG="${SYSROOT}/usr/bin/gpg-error-config" fi ;; '')