Unbroke by fixing perl version detection on -stable.

PR:		35357
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-03-06 09:53:53 +00:00
parent 35377d8c51
commit 563bb1a81f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55623

View file

@ -0,0 +1,14 @@
$FreeBSD$
--- configure 2002/03/06 09:49:05 1.1
+++ configure 2002/03/06 09:49:52
@@ -1238,7 +1238,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:1242: error: perl 5.x required for intltool" >&5
echo "$as_me: error: perl 5.x required for intltool" >&2;}
{ (exit 1); exit 1; }; }