Merge pull request #1297 from mcuee/revert_pr1280

Revert PR https://github.com/avrdudes/avrdude/pull/1280
This commit is contained in:
mcuee
2023-01-31 10:00:28 +08:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ AC_CHECK_LIB([ws2_32], [WSAStartup])
AC_CHECK_LIB([termcap], [tputs])
AC_CHECK_LIB([ncurses], [tputs])
AC_CHECK_LIB([readline], [readline], [have_readline=yes])
AC_CHECK_LIB([readline], [readline])
AH_TEMPLATE([HAVE_LIBELF],
[Define if ELF support is enabled via libelf])
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])