From 8c7dbfe3cab56a866e0f71239f57beecf9bfc6ce Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 23 Apr 2011 22:47:02 +0100 Subject: [PATCH] "perl command" should be perl, not gcc! --- settings.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@")] -- 1.7.10.4