From 20f702b5fe3b7007fe285b2cf5f011e37e693738 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 1 Oct 2001 18:02:46 +0000 Subject: [PATCH] fix out-of-tree builds for asm (this also sets up ASFLAGS more correctly) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2e650bb23..2db295022 100644 --- a/configure.ac +++ b/configure.ac @@ -1177,7 +1177,7 @@ if test "x$GCC" = "xyes"; then fi AS="$CC" -ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS -I\$(top_srcdir)/include" +ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS \$(DEFAULT_INCLUDES) \$(INCLUDES)" AC_SUBST(AS) AC_SUBST(ASFLAGS)