Searched refs:enable_stack_protector (Results 1 – 2 of 2) sorted by relevance
238 [enable_stack_protector=$enableval],239 [enable_stack_protector=no])240 case "$enable_stack_protector" in242 *) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"]);;605 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then608 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then611 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then629 if test "$enable_stack_protector" != no; then630 …AC_MSG_ERROR([--enable-stack-protector=$enable_stack_protector specified, but specified level of s…
3486 enableval=$enable_stack_protector; enable_stack_protector=$enableval3488 enable_stack_protector=no3491 case "$enable_stack_protector" in3493 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" …4028 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then4032 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then4036 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then4054 if test "$enable_stack_protector" != no; then4055 …as_fn_error $? "--enable-stack-protector=$enable_stack_protector specified, but specified level of…