Skip to content

Commit

Permalink
configure.ac: Work around autoconf 2.69 bug
Browse files Browse the repository at this point in the history
The multi-line syntax breaks on OpenSUSE Leap 15.6.
  • Loading branch information
Lunarequest authored Jan 28, 2025
1 parent 326561b commit bf6b816
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 bf6b816

Please sign in to comment.