mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Remove AC_FUNC_MEMCMP check from configure.in
As far as I can tell, AC_FUNC_MEMCMP is useless for us. It checks for some obscure `memcmp' bugs on some ancient systems, and gives us a chance to provide a working `memcmp'. Since we're not shipping with a local copy of a `memcmp', it makes no difference whether or not the test fails. And when cross-compiling, the test automatically fails, as it tries to compile and run a test program: checking for working memcmp... no Quoting autoconf docs: ``This macro is obsolescent, as current systems have a working memcmp. New programs need not use this macro.''
This commit is contained in:
parent
f93e1e93be
commit
eca102fd50
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ PT_STEP, PT_SYSCALL], [], [],
|
|||
])
|
||||
|
||||
dnl Checks for library functions.
|
||||
AC_FUNC_MEMCMP
|
||||
AC_CHECK_FUNCS(dl_iterate_phdr dl_phdr_removals_counter dlmodinfo getunwind \
|
||||
ttrace mincore)
|
||||
is_gcc_m64() {
|
||||
|
|
Loading…
Reference in a new issue