summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-23 22:47:02 +0100
committerIan Lynagh <igloo@earth.li>2011-04-23 22:47:02 +0100
commit8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce (patch)
tree07cf1476b49e363f4f2c2f9bccaf3894430778aa
parent6baa6f677235f3723d6b210259460d1295a1fd89 (diff)
downloadhaskell-8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce.tar.gz
"perl command" should be perl, not gcc!
-rw-r--r--settings.in2
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@")]