blob: 4aef543ba62257c7c0d6c0eba3b31229b0bea975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-at,v 1.6 2012/10/15 18:13:42 minskim Exp $
--- ../ghc-6.4.2/configure.orig 2006-04-19 07:36:55.000000000 +1200
+++ ../ghc-6.4.2/configure
@@ -2377,7 +2377,7 @@ fi
exit 1
else
$PerlCmd -v >conftest.out 2>&1
- if grep "v5.6" conftest.out >/dev/null 2>&1; then
+ if grep "v5.1[0246]" conftest.out >/dev/null 2>&1; then
:
else
if grep "v5.8" conftest.out >/dev/null 2>&1; then
|