summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-02 18:37:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-02 18:37:31 +0000
commit166ffef96b1b243b19ddd2f63774ae34ca7350d5 (patch)
tree94405eb93d9f381689190fc66927db383919c2f7
parent570d0b83bd4fc93d262fc9483c2deac90c945639 (diff)
downloadmpv-166ffef96b1b243b19ddd2f63774ae34ca7350d5.tar.bz2
mpv-166ffef96b1b243b19ddd2f63774ae34ca7350d5.tar.xz
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
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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