(AC_CHECK_LIB[usb]) Fix the generation of HAVE_LIBUSB in ac_cfg.h.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@612 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2006-08-17 22:44:34 +00:00
parent 5091836671
commit 74d9580d30
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
* stk500v2.c: unreverse the argument order for
CMD_CHIP_ERASE_HVSP; Atmel says AVR068 is right, and
stk500.exe is wrong.
* configure.ac (AC_CHECK_LIB[usb]): Fix the generation
of HAVE_LIBUSB in ac_cfg.h.
2006-08-17 Joerg Wunsch <j@uriah.heep.sax.de>