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

Collapse All | Expand All

(-)configure.in~ (-1 / +1 lines)
Lines 76-82 Link Here
76
dnl **************************************************
76
dnl **************************************************
77
dnl * Check for GnuTLS.                              *
77
dnl * Check for GnuTLS.                              *
78
dnl **************************************************
78
dnl **************************************************
79
AM_PATH_LIBGNUTLS(1.0.17, gnutls=yes, gnutls=no)
79
PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.17, gnutls=yes, gnutls=no) 
80
if test x$gnutls != xyes; then
80
if test x$gnutls != xyes; then
81
        AC_MSG_ERROR(libgnutls is required in order to build prelude-manager.)
81
        AC_MSG_ERROR(libgnutls is required in order to build prelude-manager.)
82
fi
82
fi

Return to bug 273616