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

Collapse All | Expand All

(-)configure.in (+4 lines)
Lines 266-271 Link Here
266
AMANDA_CHECK_READLINE
266
AMANDA_CHECK_READLINE
267
AC_CHECK_LIB(m,modf)
267
AC_CHECK_LIB(m,modf)
268
AMANDA_GLIBC_BACKTRACE
268
AMANDA_GLIBC_BACKTRACE
269
PKG_CHECK_MODULES([TIRPC],[libtirpc],
270
       [CPPFLAGS="$CPPFLAGS $TIRPC_CFLAGS -DHAVE_RPC_RPC_H"; LIBS="$LIBS $TIRPC_LIBS";],
271
       [AC_MSG_ERROR([libtirpc requested but library not found])]
272
)
269
273
270
#
274
#
271
# Declarations
275
# Declarations

Return to bug 656340