diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-23 22:47:02 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-23 22:47:02 +0100 |
commit | 8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce (patch) | |
tree | 07cf1476b49e363f4f2c2f9bccaf3894430778aa /settings.in | |
parent | 6baa6f677235f3723d6b210259460d1295a1fd89 (diff) | |
download | haskell-8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce.tar.gz |
"perl command" should be perl, not gcc!
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.in b/settings.in index 522734575a..f4e922ace4 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@")] |