Added "AM_CONDITIONAL(MINGW, false)" before the host check section of configure.ac
This commit is contained in:
@@ -403,6 +403,8 @@ fi
|
||||
AC_SEARCH_LIBS([socket], [socket])
|
||||
AC_SEARCH_LIBS([inet_addr], [nsl])
|
||||
|
||||
AM_CONDITIONAL(MINGW, false)
|
||||
|
||||
case "$host" in
|
||||
*-*-linux*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user