diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-01-31 11:09:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-01-31 11:09:01 +0000 |
commit | d82d2eb94e674c1872f375ab2e6624716432b148 (patch) | |
tree | ed229cee239623cc959d16c89e41f1f54a1bc3d4 /lang/ghc/files | |
parent | 7af9bbeb1b202b00206f03c911007fe156968537 (diff) |
Notes
Diffstat (limited to 'lang/ghc/files')
-rw-r--r-- | lang/ghc/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/ghc/files/patch-configure b/lang/ghc/files/patch-configure new file mode 100644 index 000000000000..35b9e011265e --- /dev/null +++ b/lang/ghc/files/patch-configure @@ -0,0 +1,19 @@ +*** configure~ Fri Nov 2 12:49:24 2001 +--- configure Thu Jan 24 21:51:56 2002 +*************** +*** 2593,2599 **** + test ${h1} -lt ${h2} + ) + then +! { echo "configure: error: Happy version 1.9 or later is required to compile GHC." 1>&2; exit 1; } + + fi + fi +--- 2593,2599 ---- + test ${h1} -lt ${h2} + ) + then +! # { echo "configure: error: Happy version 1.9 or later is required to compile GHC." 1>&2; exit 1; } + + fi + fi |