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

Collapse All | Expand All

(-)ekg2-20090608-orig/configure.ac (-1 / +1 lines)
Lines 284-290 Link Here
284
284
285
AC_ARG_WITH(libgnutls,		AC_HELP_STRING([--without-libgnutls],		[Compile without libgnutls support (TLS in jabber)]))
285
AC_ARG_WITH(libgnutls,		AC_HELP_STRING([--without-libgnutls],		[Compile without libgnutls support (TLS in jabber)]))
286
if test "x$with_libgnutls" != "xno"; then
286
if test "x$with_libgnutls" != "xno"; then
287
	AM_PATH_LIBGNUTLS( 1.0.0,,AC_MSG_WARN([[
287
	PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0,,AC_MSG_WARN([[
288
***
288
***
289
*** libgnutls was not found. You may want to get it from
289
*** libgnutls was not found. You may want to get it from
290
*** ftp://ftp.gnutls.org/pub/gnutls/
290
*** ftp://ftp.gnutls.org/pub/gnutls/

Return to bug 187330