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