Skip to content

Commit

Permalink
fix: configure.ac for leap15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jan 28, 2025
1 parent 326561b commit 248598a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ AC_PROG_RANLIB
# This is required to find the correct `ar` for cross-compiling
AC_CHECK_TOOL(AR, ar)

AC_CHECK_FUNCS(
closefrom
pidfd_getpid
)
AC_CHECK_FUNCS(closefrom pidfd_getpid)

AM_SILENT_RULES([yes])

Expand Down

0 comments on commit 248598a

Please sign in to comment.