diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-09 16:48:57 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-09 16:48:57 +0300 |
commit | 16776e9b149b0c83b9c60ad3104f1c229cef1e48 (patch) | |
tree | 298413011d32c4a149ede2632a8cdbad6e9a1683 /configure.ac | |
parent | ca3fc66d4f89acf32c7263f6b3f5c0997c25d6a5 (diff) | |
download | haskell-16776e9b149b0c83b9c60ad3104f1c229cef1e48.tar.gz |
configure.ac: drop unused HAVE_BIN_SH
Summary:
This hugs heritage gone away with commit f1dffa0224c9e8dcf1d3908e888e7d683485791b
in 2001
Signed-off-by: Sergei Trofimovich <slyfox@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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d9524287dd..533ea297e9 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 |