2009-06-04 20:39:59 +00:00
|
|
|
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
|
2009-02-01 08:13:16 +00:00
|
|
|
@@ -7,7 +7,7 @@
|
2008-09-13 02:39:05 +00:00
|
|
|
[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
|