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.
2 parents b3a2991 + 6595f53 commit 9cf4f55Copy full SHA for 9cf4f55
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])
+AC_CHECK_LIB([readline], [readline], [have_readline=yes])
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