From 8f10b05a8d0ce7534eb16a4918a86e5102c33eb9 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sun, 3 Jan 2010 04:39:53 +0000 Subject: [PATCH] SQLITE_PTR_SZ is redundant --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0dfd8d7..fd65ae2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,7 +60,7 @@ if ( $@ or DBI->VERSION < $DBI_required ) { # See if we have a C compiler # The following code is adapted from Module::Install::Can -{ +SCOPE: { # Fix Cygwin bug on maybe_command(); if ( $^O eq 'cygwin' ) { require ExtUtils::MM_Cygwin; @@ -220,7 +220,6 @@ my @CC_DEFINE = ( # '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 '-DSQLITE_ENABLE_COLUMN_METADATA', '-DNDEBUG=1', - "-DSQLITE_PTR_SZ=$Config{ptrsize}" ); if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) { push @CC_DEFINE, '-DHAVE_USLEEP=1';