From 166ffef96b1b243b19ddd2f63774ae34ca7350d5 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 2 Jun 2009 18:37:31 +0000 Subject: [PATCH] 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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4c6818d5a8..821bd76262 100755 --- a/configure +++ b/configure @@ -8124,6 +8124,7 @@ MANDIR = \$(DESTDIR)$_mandir CONFDIR = \$(DESTDIR)$_confdir AR = $_ar +AS = $_cc CC = $_cc CXX = $_cc HOST_CC = $_host_cc -- 2.11.4.GIT