summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/gas.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gas.m4 b/m4/gas.m4
index 6bbf86eae..923c3f90c 100644
--- a/m4/gas.m4
+++ b/m4/gas.m4
@@ -16,7 +16,7 @@ AC_DEFUN([CC_PROG_AS],
[assume the C compiler uses GNU as @<:@default=no@:>@])],
[test "$withval" = no || with_gnu_as=yes],
[with_gnu_as=no])
-AC_REQUIRE([AC_PROG_SED])dnl
+AC_REQUIRE([LT_AC_PROG_SED])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([AC_CANONICAL_BUILD])dnl