acf4dc
diff -up DBD-SQLite-1.27/Makefile.PL.old DBD-SQLite-1.27/Makefile.PL
acf4dc
--- DBD-SQLite-1.27/Makefile.PL.old	2009-11-23 12:08:05.000000000 +0100
acf4dc
+++ DBD-SQLite-1.27/Makefile.PL	2010-01-11 15:40:56.456399143 +0100
acf4dc
@@ -129,7 +129,7 @@ if ( $@ or DBI->VERSION < $DBI_required 
acf4dc
 # a system sqlite is also sophisticated enough to have a patching system
acf4dc
 # that can change the if ( 0 ) to if ( 1 )
acf4dc
 my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc);
acf4dc
-if ( 0 ) {
acf4dc
+if ( 1 ) {
acf4dc
 	require File::Spec;
acf4dc
 	if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) {
acf4dc
 		$sqlite_base =~ /=(.*)/;