this should work better
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 20:48:22 +0000 (20:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 20:48:22 +0000 (20:48 +0000)
Original commit message from CVS:
this should work better

configure.base

index b0835be..920c4f0 100644 (file)
@@ -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