From b2ab940d231585555ac4e328eb15a2e3d27882cf Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 9 Dec 2001 10:32:29 +0000 Subject: [PATCH] added AS setting Original commit message from CVS: added AS setting --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c64035c4ff..835c64d23f 100644 --- a/configure.ac +++ b/configure.ac @@ -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