aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-27 17:07:28 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-27 17:07:28 -0400
commitf8a6f9f2f822e7d1c9b5abc32f409af3d82c99ef (patch)
tree0773a872f51b941c009f45bb9c7a2bcd65b94342 /configure.ac
parentChangeLog: move thank yous to THANKS (diff)
downloadelfix-f8a6f9f2f822e7d1c9b5abc32f409af3d82c99ef.tar.gz
elfix-f8a6f9f2f822e7d1c9b5abc32f409af3d82c99ef.tar.bz2
elfix-f8a6f9f2f822e7d1c9b5abc32f409af3d82c99ef.zip
tests/gnustack: switch from yasm to gcc for assembler
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9cf4143..f97c3d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([elfix], [0.5], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign])
+AM_SILENT_RULES([yes])
AC_ARG_ENABLE(
[tests],
@@ -61,6 +62,7 @@ AC_ARG_ENABLE(
# Checks for programs.
AC_PROG_AWK
AC_PROG_CC
+AM_PROG_AS
# Checks for libraries.
AC_CHECK_LIB([elf], [elf_begin],[],[AC_MSG_ERROR(["Missing necessary function elf_begin in libelf"])])