--- configure.ac.orig 2007-09-05 19:51:18.000000000 +0100 +++ configure.ac 2007-09-05 20:06:01.000000000 +0100 @@ -373,12 +373,7 @@ AM_CONDITIONAL(BUILD_ESDPLAY, $build_esdplay) -echo "---------------------------------------------------------------------" -echo "--- Checking for the documentation generation tools. NOTE: These " -echo "--- are NOT required for proper compilation of the esound package." - -AC_CHECK_PROG(JW, jw, jw, false) -AM_CONDITIONAL(HAVE_JW, test "x$JW" != xfalse) +AM_CONDITIONAL(HAVE_JW, xfalse) echo "---------------------------------------------------------------------"