Author: jkeenan
Date: Fri Nov  2 21:09:11 2007
New Revision: 22668

Modified:
   trunk/config/auto/gdbm.pm

Log:
config/auto/gdbm.pm:  In two locations, should have been 'without-gdbm'
rather than 'without-gmp'.  Applying patch submitted by Cosimo Streppone
in https://rt.perl.org/rt3/Ticket/Display.html?id=47127.


Modified: trunk/config/auto/gdbm.pm
==============================================================================
--- trunk/config/auto/gdbm.pm   (original)
+++ trunk/config/auto/gdbm.pm   Fri Nov  2 21:09:11 2007
@@ -27,7 +27,7 @@
     my $self = shift;
     my %data;
     $data{description} = q{Determining if your platform supports gdbm};
-    $data{args}        = [ qw( verbose without-gmp ) ];
+    $data{args}        = [ qw( verbose without-gdbm ) ];
     $data{result}      = q{};
     return \%data;
 }
@@ -38,7 +38,7 @@
     my ( $verbose, $without ) = $conf->options->get(
         qw|
             verbose
-            without-gmp
+            without-gdbm
             |
     );
 

Reply via email to