added AS setting
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 Dec 2001 10:32:29 +0000 (10:32 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 Dec 2001 10:32:29 +0000 (10:32 +0000)
Original commit message from CVS:
added AS setting

configure.ac

index c64035c..835c64d 100644 (file)
@@ -46,7 +46,7 @@ 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, so we set it explicitly
-AS=gcc
+AS="${CC}"
 AC_SUBST(AS)
 
 AC_PROG_CXX