try this one

Original commit message from CVS:
try this one
This commit is contained in:
Thomas Vander Stichele 2001-12-08 22:32:00 +00:00
parent 7890eb66b6
commit b54f4f34c8

View file

@ -44,14 +44,11 @@ AC_SUBST(GST_LIBVERSION)
AM_MAINTAINER_MODE
dnl you need automake 1.5 for AM_PROG_AS to work !
dnl we moved AM_PROG_AS up before CC, maybe that helps the substition ?
AM_PROG_AS
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, so we set it explicitly
AS=gcc
AC_SUBST(AS)
AC_PROG_CXX
AC_PROG_CXXCPP
AC_ISC_POSIX