mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
I think this fixes the libtool CC make issue
Original commit message from CVS: I think this fixes the libtool CC make issue
This commit is contained in:
parent
4555fc501f
commit
99a6eca0c3
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ AC_PROG_CC
|
|||
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
|
||||
AS=as
|
||||
AC_SUBST(AS,as)
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CXXCPP
|
||||
AC_ISC_POSIX
|
||||
|
|
Loading…
Reference in a new issue