From 9fe4a99265e2765fde87ad5ace7d0854fb02c54b Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Mon, 17 Jun 2024 21:32:44 +0200 Subject: [PATCH] FreeBSD configure: missed splitting freebsd_14 to freebsd_14_0 Affects building a few regression tests. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b11d1f26d..7d3078ea6 100755 --- a/configure.ac +++ b/configure.ac @@ -416,7 +416,7 @@ case "${host_os}" in AC_DEFINE([FREEBSD_13_3], 1330, [FREEBSD_VERS value for FreeBSD 13.3]) freebsd_13_3=1330 AC_DEFINE([FREEBSD_14_0], 1400, [FREEBSD_VERS value for FreeBSD 14.0]) - freebsd_14=1400 + freebsd_14_0=1400 AC_DEFINE([FREEBSD_14_1], 1410, [FREEBSD_VERS value for FreeBSD 14.1]) freebsd_14_1=1410 AC_DEFINE([FREEBSD_15], 1500, [FREEBSD_VERS value for FreeBSD 15.x]) -- 2.47.2