latex2html/latex2html-2K.1beta-DB.patch
Jindrich Novy 11064fa13e auto-import latex2html-2002.2.1-1 on branch devel from
latex2html-2002.2.1-1.src.rpm
2005-03-16 11:38:16 +00:00

12 lines
341 B
Diff

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