diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-09-20 15:05:59 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-09-20 15:05:59 +0000 |
commit | 0a06bccf23f2b2d040094d0c2f084b7a7142867c (patch) | |
tree | ae0a2636c45585d7ed00e6677ef46d1578c8efb0 /configure.ac | |
parent | bf60f537588a313844d8dd33a2aa98890f8ee1f5 (diff) | |
download | xine-lib-0a06bccf23f2b2d040094d0c2f084b7a7142867c.tar.gz xine-lib-0a06bccf23f2b2d040094d0c2f084b7a7142867c.tar.bz2 |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |