$NetBSD: patch-aa,v 1.2 2010/06/12 16:00:44 seb Exp $

Configure must not be interactive.

--- Build.PL.orig	2010-06-06 19:45:47.000000000 +0000
+++ Build.PL
@@ -64,9 +64,9 @@ my $build = Module::Build->subclass(
     meta_add => { no_index => { directory => [ 'utils' ] } },
 );
 
-if ( $build->y_n( "Run the long-running tests", 'n' ) ) {
-    $build->notes( 'LONG_TESTS' => 1 );
-}
+#if ( $build->y_n( "Run the long-running tests", 'n' ) ) {
+#    $build->notes( 'LONG_TESTS' => 1 );
+#}
 
 if ( $build->features( 'sqlite_engine' ) ) {
     if ( $build->y_n( "Run the tests against the DBI engine via SQLite?", 'n' ) ) {
