729f2c3d69
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15326 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
576 B
Diff
13 lines
576 B
Diff
diff -Nru asterisk-1.4.23.1.org/autoconf/ast_prog_ld.m4 asterisk-1.4.23.1/autoconf/ast_prog_ld.m4
|
|
--- asterisk-1.4.23.1.org/autoconf/ast_prog_ld.m4 2008-10-20 06:45:56.000000000 +0200
|
|
+++ asterisk-1.4.23.1/autoconf/ast_prog_ld.m4 2009-01-31 15:46:48.000000000 +0100
|
|
@@ -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
|