From f294306ba1385b096f4e4cac9146a989f1e6d1c0 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 19 May 2021 10:22:19 -0300 Subject: Remove --enable-stackguard-randomization (BZ #27872) Last ENABLE_STACKGUARD_RANDOMIZE usage was removed by 4a103975c4. --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 64be29d877..19051b8ee0 100644 --- a/configure.ac +++ b/configure.ac @@ -198,15 +198,6 @@ AC_ARG_ENABLE([hardcoded-path-in-tests], [hardcoded_path_in_tests=no]) AC_SUBST(hardcoded_path_in_tests) -AC_ARG_ENABLE([stackguard-randomization], - AS_HELP_STRING([--enable-stackguard-randomization], - [initialize __stack_chk_guard canary with a random number at program start]), - [enable_stackguard_randomize=$enableval], - [enable_stackguard_randomize=no]) -if test "$enable_stackguard_randomize" = yes; then - AC_DEFINE(ENABLE_STACKGUARD_RANDOMIZE) -fi - AC_ARG_ENABLE([hidden-plt], AS_HELP_STRING([--disable-hidden-plt], [do not hide internal function calls to avoid PLT]), -- cgit 1.4.1