Skip to content

Commit b3a2991

Browse files
authored
Merge pull request #1279 from mcuee/configure_ac_update
Update configure.ac for MinGW build
2 parents 6b95f9d + a22d379 commit b3a2991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ dnl Makefile.am:77: compiling `config_gram.c' with per-target flags requires `AM
7878
AM_PROG_CC_C_O
7979

8080
# Checks for libraries.
81+
# For MinGW.
82+
AC_CHECK_LIB([ws2_32], [WSAStartup])
83+
8184
AC_CHECK_LIB([termcap], [tputs])
8285
AC_CHECK_LIB([ncurses], [tputs])
8386
AC_CHECK_LIB([readline], [readline])

0 commit comments

Comments
 (0)