We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5875040 + 512c0f3 commit 18a389bCopy full SHA for 18a389b
configure.ac
@@ -4,6 +4,8 @@ AC_CONFIG_SRCDIR([src/patchelf.cc])
4
AC_CONFIG_AUX_DIR([build-aux])
5
AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
6
7
+AC_CHECK_TOOL([STRIP], [strip])
8
+
9
AM_PROG_CC_C_O
10
AC_PROG_CXX
11
AM_PROG_AS
tests/Makefile.am
@@ -1,7 +1,5 @@
1
LIBS =
2
3
-STRIP ?= strip
-
check_PROGRAMS = simple-pie simple main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections
no_rpath_arch_TESTS = \
0 commit comments