11064fa
--- teTeX-1.0/latex2html-2K.1beta/config/config.pl.DB	Wed Jan 16 13:08:34 2002
11064fa
+++ teTeX-1.0/latex2html-2K.1beta/config/config.pl	Wed Jan 16 13:09:14 2002
11064fa
@@ -587,7 +587,7 @@
11064fa
 
11064fa
 &checking('if perl supports some dbm');
11064fa
 
11064fa
-use DB_File;
11064fa
+use DB;
11064fa
 my %array;
11064fa
 unless(eval {dbmopen(%array,'DBMtest',0755)}) {
11064fa
   my $err = $@ || 'dbmopen failed';