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 6b95f9d + a22d379 commit b3a2991Copy full SHA for b3a2991
src/configure.ac
@@ -78,6 +78,9 @@ dnl Makefile.am:77: compiling `config_gram.c' with per-target flags requires `AM
78
AM_PROG_CC_C_O
79
80
# Checks for libraries.
81
+# For MinGW.
82
+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])
0 commit comments