Add workarounds for libusb in c99.
This commit is contained in:
parent
1e5658eeba
commit
fbb924e3bb
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ AC_MSG_RESULT($enable_std_c99)
|
|||
if test x"$enable_std_c99" != "xno"
|
||||
then
|
||||
CFLAGS="$CFLAGS -std=c99"
|
||||
|
||||
# Workarounds for libusb in c99
|
||||
CFLAGS="$CFLAGS -Du_int8_t=uint8_t -Du_int16_t=uint16_t"
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
|
|
Loading…
Reference in a new issue