summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches/patch-ab
blob: d882f64375fe183d9f3ee0305203f934f5626aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2004/05/02 20:36:08 adam Exp $

--- configure.orig	Thu Apr 15 20:26:06 2004
+++ configure
@@ -1966,7 +1966,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
 echo "$as_me: error: perl 5.x required for intltool" >&2;}
    { (exit 1); exit 1; }; }
 fi
-if `perl -e "require XML::Parser" 2>/dev/null`; then
+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 :
 else
    { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5