From b00a768b18e6542ed0e7a824de27efe0acb0be9a Mon Sep 17 00:00:00 2001 From: mcuee Date: Mon, 30 Jan 2023 21:11:36 +0800 Subject: [PATCH] Revert PR https://github.com/avrdudes/avrdude/pull/1280 This will fix issue https://github.com/avrdudes/avrdude/issues/1296 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.ac b/src/configure.ac index 4f35c1c2e..6470f887c 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -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])