[commit: ghc] master: configure.ac: drop unused HAVE_BIN_SH (16776e9)

git at git.haskell.org git at git.haskell.org
Sat Aug 9 13:51:08 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/16776e9b149b0c83b9c60ad3104f1c229cef1e48/ghc

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

commit 16776e9b149b0c83b9c60ad3104f1c229cef1e48
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Sat Aug 9 16:48:57 2014 +0300

    configure.ac: drop unused HAVE_BIN_SH
    
    Summary:
    This hugs heritage gone away with commit f1dffa0224c9e8dcf1d3908e888e7d683485791b
    in 2001
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
    
    Test Plan: tried to find HAVE_BIN_SH in internet, no success
    
    Reviewers: simonmar, austin
    
    Reviewed By: austin
    
    Subscribers: phaskell, simonmar, relrod, ezyang, carter
    
    Differential Revision: https://phabricator.haskell.org/D117


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

16776e9b149b0c83b9c60ad3104f1c229cef1e48
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index d952428..533ea29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -678,9 +678,6 @@ chmod +x install-sh
 dnl ** figure out how to do a BSD-ish install
 AC_PROG_INSTALL
 
-dnl If you can run configure, you certainly have /bin/sh
-AC_DEFINE([HAVE_BIN_SH], [1], [Define to 1 if you have /bin/sh.])
-
 dnl ** how to invoke `ar' and `ranlib'
 FP_PROG_AR_SUPPORTS_ATFILE
 FP_PROG_AR_NEEDS_RANLIB



More information about the ghc-commits mailing list