We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec72e2 commit b00a768Copy full SHA for b00a768
src/configure.ac
@@ -83,7 +83,7 @@ AC_CHECK_LIB([ws2_32], [WSAStartup])
83
84
AC_CHECK_LIB([termcap], [tputs])
85
AC_CHECK_LIB([ncurses], [tputs])
86
-AC_CHECK_LIB([readline], [readline], [have_readline=yes])
+AC_CHECK_LIB([readline], [readline])
87
AH_TEMPLATE([HAVE_LIBELF],
88
[Define if ELF support is enabled via libelf])
89
AC_CHECK_LIB([elf], [elf_getshdrstrndx], [have_libelf=yes])
0 commit comments