f4194916ae
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16343 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
568 B
Diff
13 lines
568 B
Diff
diff -Nru asterisk-1.4.25.org/autoconf/ast_prog_ld.m4 asterisk-1.4.25/autoconf/ast_prog_ld.m4
|
|
--- asterisk-1.4.25.org/autoconf/ast_prog_ld.m4 2008-10-20 06:45:56.000000000 +0200
|
|
+++ asterisk-1.4.25/autoconf/ast_prog_ld.m4 2009-06-04 21:09:45.000000000 +0200
|
|
@@ -7,7 +7,7 @@
|
|
[assume the C compiler uses GNU ld @<:@default=no@:>@])],
|
|
[test "$withval" = no || with_gnu_ld=yes],
|
|
[with_gnu_ld=no])
|
|
-AC_REQUIRE([AST_PROG_SED])dnl
|
|
+AC_REQUIRE([AC_PROG_SED])dnl
|
|
AC_REQUIRE([AC_PROG_CC])dnl
|
|
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|