Author: turnstep
Date: Fri Mar 21 11:47:40 2008
New Revision: 10976

Modified:
   DBD-Pg/trunk/Makefile.PL

Log:
Take out unused portion.


Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Fri Mar 21 11:47:40 2008
@@ -120,12 +120,6 @@
 my $defines = " -DPGLIBVERSION=$serverversion -DPGDEFPORT=$defaultport";
 my $comp_opts = $Config{q{ccflags}} . $defines;
 
-for (1..$Config{config_argc}) {
-       my $arg = $Config{"config_arg$_"};
-       ## Not used for the moment
-       #$defines .= " $arg" if $arg =~ /^\-D/;
-}
-
 if ($ENV{DBDPG_GCCDEBUG}) {
        warn "Enabling many compiler options\n";
        $comp_opts .= ' -Wchar-subscripts -Wcomment';

Reply via email to