I've been trying to install dfu-util on my MAC OS X 10.7.5. I follow the instructions in this website:
Everything seems to be working properly but, when I run the command:
./configure --libdir=/opt/local/lib --includedir=/opt/local/include
This erro appears:
./configure: line 3770: syntax error near unexpected token `USB,' ./configure: line 3770: `PKG_CHECK_MODULES(USB, libusb >= 0.1.4,,'
Does anyone know how to fix it?
Thank you very much in advance.