bsdkm: better with-bsd-export-syms description in configure.ac.

This commit is contained in:
jordan
2025-11-18 12:59:51 -06:00
parent 0458fba394
commit 631a28fccc
+1 -1
View File
@@ -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"])