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

Collapse All | Expand All

(-)configure.ac.orig (-6 / +1 lines)
Lines 373-384 Link Here
373
373
374
AM_CONDITIONAL(BUILD_ESDPLAY, $build_esdplay)
374
AM_CONDITIONAL(BUILD_ESDPLAY, $build_esdplay)
375
375
376
echo "---------------------------------------------------------------------"
376
AM_CONDITIONAL(HAVE_JW, xfalse)
377
echo "--- Checking for the documentation generation tools.  NOTE: These "
378
echo "--- are NOT required for proper compilation of the esound package."
379
380
AC_CHECK_PROG(JW, jw, jw, false)
381
AM_CONDITIONAL(HAVE_JW, test "x$JW" != xfalse)
382
377
383
echo "---------------------------------------------------------------------"
378
echo "---------------------------------------------------------------------"
384
379

Return to bug 191306