Skip to content
Snippets Groups Projects
Commit 358df39b authored by Spencer Oliver's avatar Spencer Oliver
Browse files

build: check buspirate build host


buspirate has never supported building on native windows (mingw).
configure will now check this is not the case.

Signed-off-by: default avatarSpencer Oliver <ntfreak@users.sourceforge.net>
parent 54fc164d
No related branches found
No related tags found
No related merge requests found
......@@ -567,6 +567,10 @@ case $host in
fi
parport_use_giveio=yes
if test x$build_buspirate = xyes; then
AC_MSG_ERROR([buspirate currently not supported by MinGW32 hosts])
fi
CFLAGS="$CFLAGS -D__USE_MINGW_ANSI_STDIO"
AC_DEFINE(IS_MINGW, 1, [1 if building for MinGW.])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment