Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
6a83f07f
Commit
6a83f07f
authored
Jul 21, 2005
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2005-07-21 09:27:34 by simonmar]
Require Perl >= 5.6
parent
1f19d198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
aclocal.m4
aclocal.m4
+2
-6
No files found.
aclocal.m4
View file @
6a83f07f
...
...
@@ -597,9 +597,6 @@ dnl contains path to perl binary
dnl
AC_DEFUN(FPTOOLS_CHECK_PERL_VERSION,
[$PerlCmd -v >conftest.out 2>&1
if grep "version 5" conftest.out >/dev/null 2>&1; then
:
else
if grep "v5.6" conftest.out >/dev/null 2>&1; then
:
else
...
...
@@ -609,11 +606,10 @@ else
if grep "version 6" conftest.out >/dev/null 2>&1; then
:
else
echo "Y
our version of perl probably won't work
."
fi
AC_MSG_ERROR([y
our version of perl probably won't work
, try upgrading it.])
fi
fi
fi
fi
rm -fr conftest*
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment