mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Enable OPTION_CHECKING by default
This should halt `./configure` when an option is passed that is not recognized.
This commit is contained in:
@@ -100,6 +100,9 @@ else
|
||||
REPRODUCIBLE_BUILD_DEFAULT=no
|
||||
fi
|
||||
|
||||
# Fail when an option is passed that is not recognized
|
||||
m4_divert_once([DEFAULTS], [enable_option_checking=fatal])
|
||||
|
||||
# Allow experimental settings
|
||||
AC_ARG_ENABLE([experimental],
|
||||
[AS_HELP_STRING([--enable-experimental],[Allow experimental settings in the configuration (default: disabled)])],
|
||||
|
Reference in New Issue
Block a user