summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
authoryoucai <omegacoleman@gmail.com>2024-05-30 19:31:36 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-30 19:31:36 +0200
commit1acc67ac4412aa9a75d1c58ebf93f2b29585a960 (patch)
treef86da5e0f9e888563b452ae5a93457bfc15af5d0 /src/configure.ac
parent88c8c547d5fc380e5685c2b01ec564ccdf9b259a (diff)
patch 9.1.0452: Configure checks for libelf unnecessarilyv9.1.0452
Problem: Configure checks for libelf unnecessarily Solution: Remove configure check (youcai) closes: #14879 Signed-off-by: youcai <omegacoleman@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/configure.ac b/src/configure.ac
index e092f686a6..946fe52ffe 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -3307,13 +3307,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [int x __attribute__((u
AC_MSG_RESULT(yes); AC_DEFINE(HAVE_ATTRIBUTE_UNUSED),
AC_MSG_RESULT(no))
-dnl Checks for header files.
-AC_CHECK_HEADER(elf.h, HAS_ELF=1)
-dnl AC_CHECK_HEADER(dwarf.h, SVR4=1)
-if test "$HAS_ELF" = 1; then
- AC_CHECK_LIB(elf, main)
-fi
-
AC_HEADER_DIRENT
dnl If sys/wait.h is not found it might still exist but not be POSIX