aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 09:13:02 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 09:13:02 -0400
commit7b4c42ceda9aac0c02fcd94611fef755635f1182 (patch)
tree7b5b1d21c9e1679d992fc2994bca170b8eaa45aa /tests/Makefile.am
parentBump to automake 1.12 (diff)
downloadelfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.tar.gz
elfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.tar.bz2
elfix-7b4c42ceda9aac0c02fcd94611fef755635f1182.zip
configure.ac: check if ELF_C_RDWR_MMAP is declared in libelf.h
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7b5dc89..02e85b9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnustack paxmodule pxtpax revdeppaxtest
+SUBDIRS = paxmodule pxtpax revdeppaxtest
+if BUILD_ELF
+SUBDIRS += gnustack
+endif