[MPlayer-cvslog] r29344 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Jun 2 20:37:31 CEST 2009
Author: reimar
Date: Tue Jun 2 20:37:31 2009
New Revision: 29344
Log:
Configure needs AS to be set for the Makefiles.
Note that this may not be a pure assembler (i.e. AS=as is wrong), it must be
a gcc-compatible assembler with preprocessor (e.g. AS=gcc).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jun 2 17:35:58 2009 (r29343)
+++ trunk/configure Tue Jun 2 20:37:31 2009 (r29344)
@@ -8124,6 +8124,7 @@ MANDIR = \$(DESTDIR)$_mandir
CONFDIR = \$(DESTDIR)$_confdir
AR = $_ar
+AS = $_cc
CC = $_cc
CXX = $_cc
HOST_CC = $_host_cc
More information about the MPlayer-cvslog
mailing list