summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-04 23:53:54 +0000
committerRoland McGrath <roland@gnu.org>1999-10-04 23:53:54 +0000
commit69c03d49fa12ff8affe5f1a9ed73dca1a7e78084 (patch)
tree4649d89eacec1c69f42148b4cfb19c0a3597a1a0 /configure.in
parentb2e403dc52c77a2825525bf2e5a410e8cb9b6d1c (diff)
1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Remove AC_CHECK_TOOL(MAKE,...) check. * Makefile.in (MAKE): Variable removed. We require GNU make anyway, and it always sets MAKE.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b018b3e..49a5fb4 100644
--- a/configure.in
+++ b/configure.in
@@ -64,7 +64,6 @@ AC_CHECK_TOOL(LD, ld)
AC_CHECK_TOOL(NM, nm)
AC_CHECK_TOOL(MIG, mig, mig)
-AC_CHECK_TOOL(MAKE, make, make)
# Set up `machine' link in build directory for easier header file location.
AC_LINK_FILES(${systype}/${systype},machine)