[svn:parrot] r47234 - branches/tt1452_configure_debug/config/inter

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon May 31 18:25:36 UTC 2010


Author: jkeenan
Date: Mon May 31 18:25:36 2010
New Revision: 47234
URL: https://trac.parrot.org/parrot/changeset/47234

Log:
Delete commented-out code.

Modified:
   branches/tt1452_configure_debug/config/inter/libparrot.pm

Modified: branches/tt1452_configure_debug/config/inter/libparrot.pm
==============================================================================
--- branches/tt1452_configure_debug/config/inter/libparrot.pm	Mon May 31 17:58:52 2010	(r47233)
+++ branches/tt1452_configure_debug/config/inter/libparrot.pm	Mon May 31 18:25:36 2010	(r47234)
@@ -46,27 +46,6 @@
     # Parrot can't necessarily handle a pre-existing installed shared
     # libparrot.so. At this point, we don't know the actual name
     # of the shared parrot library. So we try some candidates.
-#    my @libs = ('libparrot.so');
-#    my @libpaths = ('/usr/local/lib', '/usr/lib', $conf->data->get('libdir'));
-#    if ($^O eq 'MSWin32') {
-#        push @libpaths, (split /;/, $ENV{PATH});
-#        @libs = ('libparrot.dll', 'libparrot.lib', 'libparrot.dll.a');
-#    }
-#    if ($^O eq 'cygwin') {
-#        @libs = ('libparrot.dll.a');
-#    }
-#    if ($^O eq 'darwin'){
-#        @libs = qw/libparrot.dylib libparrot.a/;
-#    }
-#    if (defined $ENV{LD_LIBRARY_PATH}) {
-#        push @libpaths, (split /:/, $ENV{LD_LIBRARY_PATH});
-#    }
-#    if (defined $ENV{LD_RUN_PATH}) {
-#        push @libpaths, (split /:/, $ENV{LD_RUN_PATH});
-#    }
-#    if (defined $ENV{DYLD_LIBRARY_PATH}) {
-#        push @libpaths, (split /:/, $ENV{DYLD_LIBRARY_PATH});
-#    }
     my @libs = get_libs();
     my @libpaths = get_libpaths($conf);
     foreach my $f (@libs) {


More information about the parrot-commits mailing list