at master 446 B view raw
1--- a/Makefile.PL 2016-04-21 15:44:34.000000000 +0200 2+++ b/Makefile.PL 2017-10-31 11:04:28.389959946 +0100 3@@ -129,7 +129,7 @@ 4 # a system sqlite is also sophisticated enough to have a patching system 5 # that can change the if ( 0 ) to if ( 1 ) 6 my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc); 7-if ( 0 ) { 8+if ( 1 ) { 9 require File::Spec; 10 if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) { 11 $sqlite_base =~ /=(.*)/;