summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-21 02:36:24 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-21 02:36:24 +0000
commit2c56b87f8745bb8bad0b7933edcd2f593b769fdc (patch)
tree07628a04478767158d5202ad28dec406e869f315
parent03ceed41a57db1bf8f11db46fc8715bdd8af09a4 (diff)
downloadeterm-2c56b87f8745bb8bad0b7933edcd2f593b769fdc.tar.gz
need AM_PROG_AS since we compile .S files
SVN revision: 28413
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c8e4f85..12114dd 100644
--- a/configure.in
+++ b/configure.in
@@ -111,6 +111,7 @@ fi
AC_PROG_CC
AC_PROG_CPP
+AM_PROG_AS
dnl# These must be run after AC_PROG_CC but before any other macros that use
dnl# the C compiler