Skip to content

Commit

Permalink
Detect freeBSD 15.0-CURRENT (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementmartin authored Aug 29, 2023
1 parent fb28095 commit cf0e31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ AS_CASE([${host_os}],
[11*], [LSOF_VERS=11000],
[12*], [LSOF_VERS=12000],
[13*], [LSOF_VERS=13000],
[14*], [LSOF_VERS=14000], [
[14*], [LSOF_VERS=14000],
[15*], [LSOF_VERS=15000], [
AC_MSG_ERROR([Unknown FreeBSD release: $(uname -r)])
])
Expand Down

0 comments on commit cf0e31f

Please sign in to comment.