mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +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
|
REPRODUCIBLE_BUILD_DEFAULT=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Fail when an option is passed that is not recognized
|
||||||
|
m4_divert_once([DEFAULTS], [enable_option_checking=fatal])
|
||||||
|
|
||||||
# Allow experimental settings
|
# Allow experimental settings
|
||||||
AC_ARG_ENABLE([experimental],
|
AC_ARG_ENABLE([experimental],
|
||||||
[AS_HELP_STRING([--enable-experimental],[Allow experimental settings in the configuration (default: disabled)])],
|
[AS_HELP_STRING([--enable-experimental],[Allow experimental settings in the configuration (default: disabled)])],
|
||||||
|
Reference in New Issue
Block a user