There was an error while loading. Please reload this page.
1 parent 490e0ad commit 145a085Copy full SHA for 145a085
2 files changed
configure
configure.ac
@@ -2503,7 +2503,7 @@ AS_VAR_IF([with_strict_overflow], [yes],
2503
AC_MSG_CHECKING([for --disable-safety])
2504
AC_ARG_ENABLE([safety],
2505
[AS_HELP_STRING([--disable-safety], [disable usage of the security compiler options with no performance overhead])],
2506
- [AS_VAR_IF([enable_safety], [yes], [disable_safety=no], [disable_saftey=yes])], [disable_saftey=no])
+ [AS_VAR_IF([enable_safety], [yes], [disable_safety=no], [disable_safety=yes])], [disable_safety=no])
2507
AC_MSG_RESULT([$disable_safety])
2508
2509
if test "$disable_safety" = "no"
@@ -2514,7 +2514,8 @@ fi
2514
2515
AC_MSG_CHECKING([for --enable-slower-safety])
2516
AC_ARG_ENABLE([slower-safety],
2517
- [AS_HELP_STRING([--enable-slower-safety], [enable usage of the security compiler options with performance overhead])],[])
+ [AS_HELP_STRING([--enable-slower-safety], [enable usage of the security compiler options with performance overhead])],
2518
+ [AS_VAR_IF([disable_slower_safety], [yes], [enable_slower_safety=no], [enable_slower_safety=yes])], [enable_slower_safety=no])
2519
AC_MSG_RESULT([$enable_slower_safety])
2520
2521
if test "$enable_slower_safety" = "yes"
0 commit comments