From fb7644b9cccb769d03ce2a838c97b1a08b804172 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 27 Apr 2018 20:39:44 +0300 Subject: [PATCH] Remove explicit HAVE_DL_ITERATE_PHDR definition in configure.ac (code refactoring of commit 0d5a8de) HAVE_DL_ITERATE_PHDR is defined implicitly by AC_CHECK_FUNCS(). * configure.ac [ac_cv_func_dl_iterate_phdr] (HAVE_DL_ITERATE_PHDR): Remove explicit AC_DEFINE. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5dc812d6..3991b455 100644 --- a/configure.ac +++ b/configure.ac @@ -442,10 +442,6 @@ fi # Check whether dl_iterate_phdr exists (as a strong symbol). AC_CHECK_FUNCS([dl_iterate_phdr]) -if test "$ac_cv_func_dl_iterate_phdr" = "yes"; then - AC_DEFINE([HAVE_DL_ITERATE_PHDR], [1], - [Define if 'dl_iterate_phdr' function is available.]) -fi case "$host" in # While IRIX 6 has libdl for the O32 and N32 ABIs, it's missing for N64 -- 2.40.0