Skip to content

Commit b00a768

Browse files
authored
Revert PR avrdudes#1280
This will fix issue avrdudes#1296
1 parent 5ec72e2 commit b00a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AC_CHECK_LIB([ws2_32], [WSAStartup])
8383

8484
AC_CHECK_LIB([termcap], [tputs])
8585
AC_CHECK_LIB([ncurses], [tputs])
86-
AC_CHECK_LIB([readline], [readline], [have_readline=yes])
86+
AC_CHECK_LIB([readline], [readline])
8787
AH_TEMPLATE([HAVE_LIBELF],
8888
[Define if ELF support is enabled via libelf])
8989
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])

0 commit comments

Comments
 (0)