Skip to content

Commit 2710043

Browse files
committed
build/pkgs/patchelf: add spkg-configure.m4
If "patchelf" is in the user's $PATH, we can use it.
1 parent 0eec13d commit 2710043

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/pkgs/patchelf/spkg-configure.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SAGE_SPKG_CONFIGURE([patchelf],[
2+
AC_PATH_PROG(PATCHELF, patchelf)
3+
AS_IF([test -z "${PATCHELF}"], [sage_spkg_install_patchelf=yes])
4+
])

0 commit comments

Comments
 (0)