summaryrefslogtreecommitdiff
path: root/devel/libbonoboui/patches/patch-aa
blob: 305ef757db9123c5723e198ead7f1e56f8b1f0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/05/02 20:35:00 adam Exp $

--- configure.orig	Fri Apr 16 08:05:48 2004
+++ configure
@@ -2035,7 +2035,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