Skip to content

Commit cf0e31f

Browse files
Detect freeBSD 15.0-CURRENT (#296)
1 parent fb28095 commit cf0e31f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ AS_CASE([${host_os}],
7070
[11*], [LSOF_VERS=11000],
7171
[12*], [LSOF_VERS=12000],
7272
[13*], [LSOF_VERS=13000],
73-
[14*], [LSOF_VERS=14000], [
73+
[14*], [LSOF_VERS=14000],
74+
[15*], [LSOF_VERS=15000], [
7475
AC_MSG_ERROR([Unknown FreeBSD release: $(uname -r)])
7576
])
7677

0 commit comments

Comments
 (0)