[commit: ghc] master: The substitution is never needed, so don't prepare it (61654e5)
git at git.haskell.org
git at git.haskell.org
Sun Mar 23 22:29:10 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/61654e55e9e7f65b876adf7416388134058b0d9a/ghc
>---------------------------------------------------------------
commit 61654e55e9e7f65b876adf7416388134058b0d9a
Author: Gabor Greif <ggreif at gmail.com>
Date: Sun Mar 23 23:27:47 2014 +0100
The substitution is never needed, so don't prepare it
>---------------------------------------------------------------
61654e55e9e7f65b876adf7416388134058b0d9a
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 244fcc0..9d55194 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,7 +498,6 @@ dnl --------------------------------------------------------------
FP_ARG_WITH_PATH_GNU_PROG([RANLIB], [ranlib], [ranlib])
RanlibCmd="$RANLIB"
RANLIB="$RanlibCmd"
-AC_SUBST([RanlibCmd])
# Note: we may not have objdump on OS X, and we only need it on Windows (for DLL checks)
More information about the ghc-commits
mailing list