Skip to content

Commit

Permalink
allow use of %zx format specifier om mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 29, 2012
1 parent 2559ab0 commit c5b021c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -32,6 +32,7 @@ CFLAGS="$CFLAGS $USB_CFLAGS"
case "${host}" in
*-mingw32*)
LIBS="$LIBS -lws2_32"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1 $CPPFLAGS"
;;
esac
AC_CONFIG_FILES([Makefile])
Expand Down

0 comments on commit c5b021c

Please sign in to comment.