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

Collapse All | Expand All

(-)a/configure.ac (-9 / +1 lines)
Lines 586-599 AC_DEFINE_UNQUOTED(NAME_OF_DEV_URANDOM, "$NAME_OF_DEV_URANDOM", Link Here
586
#
586
#
587
# gpg-error is required.
587
# gpg-error is required.
588
#
588
#
589
AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION")
589
PKG_CHECK_MODULES([GPG_ERROR], [libgpg-error >= $NEED_GPG_ERROR_VERSION])
590
if test "x$GPG_ERROR_LIBS" = "x"; then
591
  AC_MSG_ERROR([libgpg-error is needed.
592
                See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .])
593
fi
594
595
AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GCRYPT,
596
          [The default error source for libgcrypt.])
597
590
598
#
591
#
599
# Check whether the GNU Pth library is available.  We require this
592
# Check whether the GNU Pth library is available.  We require this
600
- 

Return to bug 267479