mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:06:12 +00:00
this should work better
Original commit message from CVS: this should work better
This commit is contained in:
parent
99a6eca0c3
commit
7890eb66b6
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ AC_PROG_CC
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
dnl you need automake 1.5 for AM_PROG_AS to work !
|
dnl you need automake 1.5 for AM_PROG_AS to work !
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
dnl there's something wrong with AS being set to CC
|
dnl there's something wrong with AS being set to CC, so we set it explicitly
|
||||||
AS=as
|
AS=gcc
|
||||||
AC_SUBST(AS,as)
|
AC_SUBST(AS)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_CXXCPP
|
AC_PROG_CXXCPP
|
||||||
|
|
Loading…
Reference in a new issue