Use preprocessor for asm-files

This commit is contained in:
jpaana 2004-01-09 15:37:51 +00:00
parent 3e9812b675
commit 78a0e32746

View file

@ -26,7 +26,7 @@ AC_PROG_RANLIB
# autoconf 2.53 doesn't check that
# AM_PROG_AS
CCAS="$CC"
CCASFLAGS="$CFLAGS"
CCASFLAGS="$CFLAGS -x assembler-with-cpp -DELF"
AC_SUBST(CCAS)
AC_SUBST(CCASFLAGS)