From 2c56b87f8745bb8bad0b7933edcd2f593b769fdc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Feb 2007 02:36:24 +0000 Subject: [PATCH] need AM_PROG_AS since we compile .S files SVN revision: 28413 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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