From 0a06bccf23f2b2d040094d0c2f084b7a7142867c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 20 Sep 2002 15:05:59 +0000 Subject: Fix libtool problem. automake 1.5 and libtool 1.4.2 seems hate their child called AS. Don't use standard AM_PROG_AS, but our modified version (!x86 builder, report failure please). CVS patchset: 2721 CVS date: 2002/09/20 15:05:59 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0c823b2d4..ffdbc5ef1 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ AC_PROG_AWK dnl --------------------------------------------- dnl Check for assembler (ffmpeg need it), don't call this before LIBTOOL dnl --------------------------------------------- -AM_PROG_AS +AM_PROG_AS_MOD dnl --------------------------------------------- dnl Libtool -- cgit v1.2.3