mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 01:21:28 +00:00
pre-def HAVE_TIME and HAVE_BZERO for non-embedded compilation, often missing
This commit is contained in:
parent
d51dc5e348
commit
06dbc35879
@ -254,7 +254,11 @@ fi
|
||||
if test "x$HAVE_SO_NOSIGPIPE" == xyes ; then
|
||||
echo "#define HAVE_SO_NOSIGPIPE" >> config.h
|
||||
fi
|
||||
|
||||
|
||||
# often not present for embedded
|
||||
echo "#define HAVE_TIME" >> config.h
|
||||
echo "#define HAVE_BZERO" >> config.h
|
||||
|
||||
AC_SUBST(IPHONE_IP)
|
||||
AC_SUBST(HAVE_LIBUSB)
|
||||
AC_SUBST(USE_LDID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user