[commit: ghc] master: fix dllwrap issue. (cbbf083)
git at git.haskell.org
git at git.haskell.org
Sat Jul 22 13:24:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cbbf0837d47622f1a3e889a59690d96e7947c6cd/ghc
>---------------------------------------------------------------
commit cbbf0837d47622f1a3e889a59690d96e7947c6cd
Author: Tamar Christina <tamar at zhox.com>
Date: Sat Jul 22 14:11:07 2017 +0100
fix dllwrap issue.
Summary: Always set dllwrap and windres values.
Reviewers: austin, hvr, bgamari, trofi
Reviewed By: trofi
Subscribers: rwbarton, thomie, erikd
GHC Trac Issues: #13792
Differential Revision: https://phabricator.haskell.org/D3775
>---------------------------------------------------------------
cbbf0837d47622f1a3e889a59690d96e7947c6cd
configure.ac | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 043dea8..00fae0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,13 +420,13 @@ then
AC_PATH_PROG([OBJDUMP],[objdump])
AC_PATH_PROG([DllWrap],[dllwrap])
AC_PATH_PROG([Windres],[windres])
+fi
- DllWrapCmd="$DllWrap"
- WindresCmd="$Windres"
+DllWrapCmd="$DllWrap"
+WindresCmd="$Windres"
- AC_SUBST([DllWrapCmd])
- AC_SUBST([WindresCmd])
-fi
+AC_SUBST([DllWrapCmd])
+AC_SUBST([WindresCmd])
FP_ICONV
FP_GMP
More information about the ghc-commits
mailing list