From: Ian Lynagh Date: Sat, 23 Apr 2011 21:47:02 +0000 (+0100) Subject: "perl command" should be perl, not gcc! X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce;p=ghc-hetmet.git "perl command" should be perl, not gcc! --- diff --git a/settings.in b/settings.in index 5227345..f4e922a 100644 --- a/settings.in +++ b/settings.in @@ -1,4 +1,4 @@ [("GCC extra via C opts", "@GccExtraViaCOpts@"), ("C compiler command", "@WhatGccIsCalled@"), - ("perl command", "@WhatGccIsCalled@")] + ("perl command", "@PerlCmd@")]