added AS setting

Original commit message from CVS:
added AS setting
This commit is contained in:
Thomas Vander Stichele 2001-12-09 10:32:29 +00:00
parent ea9b15b14c
commit b2ab940d23

View file

@ -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