diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-03-23 23:27:47 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-03-23 23:27:47 +0100 |
commit | 61654e55e9e7f65b876adf7416388134058b0d9a (patch) | |
tree | 5e53ef4ea86ea1b9b04ac7daa4aef1a969dffb1c /configure.ac | |
parent | 4b4fc7d968e5acebb2e5da5f978a3b44c6b27e87 (diff) | |
download | haskell-61654e55e9e7f65b876adf7416388134058b0d9a.tar.gz |
The substitution is never needed, so don't prepare it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 244fcc0a1d..9d55194edd 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) |