$NetBSD: patch-ab,v 1.1 2004/02/06 18:26:49 minskim Exp $

--- intltool.m4.orig	2004-01-31 15:57:20.000000000 -0600
+++ intltool.m4
@@ -95,7 +95,7 @@ fi
 if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
    AC_MSG_ERROR([perl 5.x required for intltool])
 fi
-if `perl -e "require XML::Parser" 2>/dev/null`; then
+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 :
 else
    AC_MSG_ERROR([XML::Parser perl module is required for intltool])
