(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.
# 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