mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
committed by
Xiangfu Liu
parent
5fd478b936
commit
fa5c72f095
@@ -22,7 +22,7 @@ exit -1 ])
|
|||||||
AC_CHECK_LIB([gcc], [main])
|
AC_CHECK_LIB([gcc], [main])
|
||||||
AC_CHECK_LIB([m], [main])
|
AC_CHECK_LIB([m], [main])
|
||||||
AC_CHECK_LIB([usb], [main], [], [
|
AC_CHECK_LIB([usb], [main], [], [
|
||||||
echo "Error! You need to have libconfuse. \n"
|
echo "Error! You need to have libusb. \n"
|
||||||
echo "Maybe run 'sudo apt-get install libusb-dev' under debian"
|
echo "Maybe run 'sudo apt-get install libusb-dev' under debian"
|
||||||
exit -1 ])
|
exit -1 ])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user