--- ../src/namazu-2.0.16/filter/msword.pl 2005-10-07 05:28:56.000000000 +0200 +++ /home/aoe/share/namazu/filter/msword.pl 2006-07-14 15:16:24.000000000 +0200 @@ -51,6 +51,10 @@ # The check of a dependence filter. return 'no' if (html::status() ne 'yes'); + $wordconvpath = util::checkcmd('antiword'); + @wordconvopts = ("-s"); + return 'yes' if defined $wordconvpath; + $wvsummarypath = util::checkcmd('wvSummary'); $wvversionpath = util::checkcmd('wvVersion');