define ENABLE_LOG_INFO and ENABLE_LOG_ERROR

This commit is contained in:
matthias.ringwald 2011-07-22 18:34:51 +00:00
parent 7d67539f26
commit eedeffe3d7

View File

@ -259,6 +259,8 @@ fi
# often not present for embedded # often not present for embedded
echo "#define HAVE_TIME" >> config.h echo "#define HAVE_TIME" >> config.h
echo "#define HAVE_BZERO" >> config.h echo "#define HAVE_BZERO" >> config.h
echo "#define ENABLE_LOG_INFO " >> config.h
echo "#define ENABLE_LOG_ERROR" >> config.h
AC_SUBST(IPHONE_IP) AC_SUBST(IPHONE_IP)
AC_SUBST(HAVE_LIBUSB) AC_SUBST(HAVE_LIBUSB)