Blame SOURCES/teTeX-l2h-config.patch

3f86cb
--- teTeX-1.0/latex2html-2K.1beta/config/config.pl.orig	Fri May  4 12:26:45 2001
3f86cb
+++ teTeX-1.0/latex2html-2K.1beta/config/config.pl	Fri May  4 12:27:11 2001
3f86cb
@@ -566,6 +566,7 @@
3f86cb
 
3f86cb
 &checking('if perl supports some dbm');
3f86cb
 
3f86cb
+use DB_File;
3f86cb
 my %array;
3f86cb
 unless(eval {dbmopen(%array,'DBMtest',0755)}) {
3f86cb
   my $err = $@ || 'dbmopen failed';