diff --git a/configure b/configure index 1c3d518cb..301ddd5d4 100755 --- a/configure +++ b/configure @@ -818,7 +818,6 @@ SELINUX_USAGE BSDAUTH_USAGE DONT_LEAK_PATH_INFO PRELOAD_MODULE -CHECK_INTERCEPT INSTALL_NOEXEC INSTALL_INTERCEPT INSTALL_BACKUP @@ -3560,7 +3559,6 @@ ac_config_headers="$ac_config_headers config.h pathnames.h" - # @@ -3619,7 +3617,6 @@ devsearch="/dev/pts:/dev/vt:/dev/term:/dev/zcons:/dev/pty:/dev" INSTALL_BACKUP= INSTALL_INTERCEPT= INSTALL_NOEXEC= -CHECK_INTERCEPT= PRELOAD_MODULE=-module exampledir='$(docdir)/examples' devdir='$(srcdir)' @@ -31280,11 +31277,6 @@ if test X"$enable_intercept" != X"no"; then PROGS="${PROGS} sudo_intercept.la" INSTALL_INTERCEPT="install-intercept" - # Can't use sanitizers with LD_PRELOAD - if test "$enable_sanitizer" != "yes"; then - CHECK_INTERCEPT=check_intercept - fi - cat >>confdefs.h <