mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 09:36:24 +03:00
This will fix issue https://github.com/avrdudes/avrdude/issues/1296
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user