mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 12:11:00 +00:00
Update configure.ac for MinGW build
Fix avrdudes#957. Even though we are only supporting CMake build now, the fix is simple enough and not affecting CMake.
This commit is contained in:
@@ -78,6 +78,9 @@ dnl Makefile.am:77: compiling `config_gram.c' with per-target flags requires `AM
|
|||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
# For MinGW.
|
||||||
|
AC_CHECK_LIB([ws2_32], [WSAStartup])
|
||||||
|
|
||||||
AC_CHECK_LIB([termcap], [tputs])
|
AC_CHECK_LIB([termcap], [tputs])
|
||||||
AC_CHECK_LIB([ncurses], [tputs])
|
AC_CHECK_LIB([ncurses], [tputs])
|
||||||
AC_CHECK_LIB([readline], [readline])
|
AC_CHECK_LIB([readline], [readline])
|
||||||
|
Reference in New Issue
Block a user