mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 17:42:36 +08:00
Merge pull request #324 from ovpanait/strip
configure.ac: add check for strip
This commit is contained in:
@@ -4,6 +4,8 @@ AC_CONFIG_SRCDIR([src/patchelf.cc])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
|
||||
|
||||
AC_CHECK_TOOL([STRIP], [strip])
|
||||
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_CXX
|
||||
AM_PROG_AS
|
||||
|
@@ -1,7 +1,5 @@
|
||||
LIBS =
|
||||
|
||||
STRIP ?= strip
|
||||
|
||||
check_PROGRAMS = simple-pie simple main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections
|
||||
|
||||
no_rpath_arch_TESTS = \
|
||||
|
Reference in New Issue
Block a user