summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Gilbert <gilbertt@users.sourceforge.net>2002-01-30 16:59:08 +0000
committerTom Gilbert <gilbertt@users.sourceforge.net>2002-01-30 16:59:08 +0000
commit5053e7cca230483b3d6c165bf7dccbeddbf260e4 (patch)
treee0846f7638cc189c60d4f56b462c0619d784f80a /configure.ac
parent174cec1c80bd6d7258fb960a210d707920ccbcd9 (diff)
downloadeterm-5053e7cca230483b3d6c165bf7dccbeddbf260e4.tar.gz
Fix that right up for you sah!
SVN revision: 5886
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8c7273..092fcb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,8 @@ AC_PROG_INSTALL
ASFLAGS="$ASFLAGS -I../"
AS=$CC
-AM_PROG_AS
+AC_SUBST(ASFLAGS)
+AC_SUBST(AS)
dnl# Check for host system type
AC_CANONICAL_HOST