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

Collapse All | Expand All

(-)net6-1.3.9.old/configure.ac (-11 / +1 lines)
Lines 73-89 Link Here
73
73
74
# Checks for libraries.
74
# Checks for libraries.
75
PKG_CHECK_MODULES([libnet6], [sigc++-2.0])
75
PKG_CHECK_MODULES([libnet6], [sigc++-2.0])
76
76
PKG_CHECK_MODULES([LIBGNUTLS], [gnutls])
77
AM_PATH_LIBGNUTLS( 1.0.0,, AC_MSG_ERROR([[
78
***
79
*** libgnutls was not found. You may want to get it by using the
80
*** package manager of your distribution or by compiling the source
81
*** from ftp://ftp.gnutls.org/pub/gnutls/. This dependency is
82
*** now mandatory.
83
]]))
84
addlibs="$addlibs $LIBGNUTLS_LIBS"
85
addcflags="$LIBGNUTLS_CFLAGS"
86
AC_SUBST(addcflags)
87
77
88
# gettext / i18n
78
# gettext / i18n
89
AM_GNU_GETTEXT([external])
79
AM_GNU_GETTEXT([external])

Return to bug 271989