Added "AM_CONDITIONAL(MINGW, false)" before the host check section of configure.ac

This commit is contained in:
Damien Stuart
2016-01-16 15:12:39 -05:00
parent dbd5ae7486
commit 97970dccb9
+2
View File
@@ -403,6 +403,8 @@ fi
AC_SEARCH_LIBS([socket], [socket])
AC_SEARCH_LIBS([inet_addr], [nsl])
AM_CONDITIONAL(MINGW, false)
case "$host" in
*-*-linux*)
;;