[commit: ghc] master: config.mk.in: removed stray HaveLibDL assignment (4671e3c)

git at git.haskell.org git at git.haskell.org
Thu Apr 6 09:11:11 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4671e3c17cb6f060c1068f4ab5e6bd5694b5ebcb/ghc

>---------------------------------------------------------------

commit 4671e3c17cb6f060c1068f4ab5e6bd5694b5ebcb
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Thu Apr 6 09:57:36 2017 +0100

    config.mk.in: removed stray HaveLibDL assignment
    
    HaveLibDL substitution was removed from configure.ac in 2014
    with 9692393d7ba91a091c1e61b6754d79ad17c5f193 commit.
    
    Noticed when scrolled through 'config.mk' which contained
    unsunstituted assignment after './configure' run:
        HaveLibDL = @HaveLibDL@
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


>---------------------------------------------------------------

4671e3c17cb6f060c1068f4ab5e6bd5694b5ebcb
 mk/config.mk.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 5e274bb..5d1f94a 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -193,8 +193,6 @@ GhcWithNativeCodeGen := $(strip\
     $(if $(filter YESYESNO,\
 		  $(OsSupportsNCG)$(ArchSupportsNCG)$(GhcUnregisterised)),YES,NO))
 
-HaveLibDL = @HaveLibDL@
-
 # ArchSupportsSMP should be set iff there is support for that arch in
 # includes/stg/SMP.h
 ifeq "$(TargetArch_CPP)" "arm"



More information about the ghc-commits mailing list