mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
added AS setting
Original commit message from CVS: added AS setting
This commit is contained in:
parent
ea9b15b14c
commit
b2ab940d23
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ AM_PROG_CC_STDC
|
|||
dnl you need automake 1.5 for AM_PROG_AS to work !
|
||||
AM_PROG_AS
|
||||
dnl there's something wrong with AS being set to CC, so we set it explicitly
|
||||
AS=gcc
|
||||
AS="${CC}"
|
||||
AC_SUBST(AS)
|
||||
|
||||
AC_PROG_CXX
|
||||
|
|
Loading…
Reference in a new issue