summaryrefslogtreecommitdiff
path: root/m4/as.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/as.m4')
-rw-r--r--m4/as.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as.m4 b/m4/as.m4
index 7ead0e25c..fa12f18f8 100644
--- a/m4/as.m4
+++ b/m4/as.m4
@@ -7,7 +7,7 @@ dnl Daniel Caujolle-Bert <segfault@club-internet.fr>
AC_DEFUN([AM_PROG_AS_MOD],
[# By default we simply use the C compiler to build assembly code.
AC_REQUIRE([AC_PROG_CC])
-: ${CCAS='$CC'}
+: ${CCAS='$(CC)'}
# Set CCASFLAGS if not already set.
: ${CCASFLAGS='$(CFLAGS)'}
# Set ASCOMPILE if not already set.