Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 663182
Collapse All | Expand All

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

Return to bug 663182