Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 5c1ff260c..ba6e0464c 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -124,7 +124,7 @@ AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_CPP])dnl
AC_REQUIRE([AM_PROG_AS])dnl
AC_REQUIRE([AM_PROG_AR])dnl
-AC_CHECK_TOOL(RANLIB, ranlib, :)
+AC_PROG_RANLIB
AC_CHECK_TOOL(READELF, readelf, :)
dnl We need these programs, but so does Automake. Require the macros to avoid