From 631a28fccc37205affa507d98a79e794fead3aea Mon Sep 17 00:00:00 2001 From: jordan Date: Tue, 18 Nov 2025 12:59:51 -0600 Subject: [PATCH] bsdkm: better with-bsd-export-syms description in configure.ac. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 46f72c5fea..f0cb03d04b 100644 --- a/configure.ac +++ b/configure.ac @@ -803,7 +803,7 @@ fi # # FreeBSD AC_ARG_WITH([bsd-export-syms], - [AS_HELP_STRING([--with-bsd-export-syms=LIST],[LIST of symbols to export])], + [AS_HELP_STRING([--with-bsd-export-syms=LIST],[Sets FreeBSD kernel module EXPORT_SYMS. Allowed values: YES, NO, or LIST of symbols to export (default NO).])], [BSDKM_EXPORT_SYMS=$withval], [BSDKM_EXPORT_SYMS="NO"])