From 78a0e32746d509f04dc7fe8907d4383a3ee15a33 Mon Sep 17 00:00:00 2001 From: jpaana <> Date: Fri, 9 Jan 2004 15:37:51 +0000 Subject: [PATCH] Use preprocessor for asm-files --- sdl/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/configure.ac b/sdl/configure.ac index 74f0c14..f81ce32 100644 --- a/sdl/configure.ac +++ b/sdl/configure.ac @@ -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)