From 7890eb66b6b903879de427dfcd774c9e0901c103 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 8 Dec 2001 20:48:22 +0000 Subject: [PATCH] this should work better Original commit message from CVS: this should work better --- configure.base | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.base b/configure.base index b0835be..920c4f0 100644 --- a/configure.base +++ b/configure.base @@ -48,9 +48,9 @@ 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 -AS=as -AC_SUBST(AS,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 -- 2.7.4