summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL
blob: 5c82241eb3937d372192fa09b0915ec1fea20cdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile.PL.orig	Sat Sep  8 18:11:19 2007
+++ Makefile.PL	Thu Sep 27 14:29:35 2007
@@ -30,9 +30,6 @@
         # get libs and inc from gnome-config
         eval {
             print "running xslt-config... ";
-            my $ver = backtick("$xsltcfg --version");
-            my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g;
-            die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6;
             $config{LIBS} ||= backtick("$xsltcfg --libs");
             $config{INC} ||= backtick("$xsltcfg --cflags");
             print "ok\n";