blob: 7c8e7f99e1729cef0a80d33a08a1a73f6d8c9164 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/textproc/intltool/files/patch-configure,v 1.5 2008/03/24 03:50:21 marcus Exp $
--- configure.orig Mon May 20 01:34:39 2002
+++ configure Fri May 24 10:52:12 2002
@@ -1452,7 +1452,7 @@
echo "$as_me: error: perl not found" >&2;}
{ (exit 1); exit 1; }; }
fi
-if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then
+if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then
{ { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
echo "$as_me: error: perl 5.x required for intltool" >&2;}
{ (exit 1); exit 1; }; }
|